Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\apic_numachip.c Create Date:2022-07-28 08:31:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:numachip_send_IPI_allbutself

Proto:static void numachip_send_IPI_allbutself(int vector)

Type:void

Parameter:

TypeParameterName
intvector
141  this_cpu = smp_processor_id()
144  for_each_online_cpu(cpu)
145  If cpu != this_cpu Then numachip_send_IPI_one(cpu, vector)