Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\ipi.c Create Date:2022-07-28 08:27:48
Last Modify:2020-03-16 21:22:25 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:must come after the send_IPI functions above for inlining

Proto:static int convert_apicid_to_cpu(int apic_id)

Type:int

Parameter:

TypeParameterName
intapic_id
308  for_each_possible_cpu(i)
309  If per_cpu(Map cpu index to physical APIC ID, i) == apic_id Then Return i
312  Return -1
Caller
NameDescribe
safe_smp_processor_id