Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:smp_cpu_index_default

Proto:static void __init smp_cpu_index_default(void)

Type:void

Parameter:Nothing

1290  for_each_possible_cpu(i)
1291  c = cpu_data(i)
1293  Index into per_cpu list: = nr_cpu_ids
Caller
NameDescribe
native_smp_prepare_cpusPrepare for SMP bootup.*@max_cpus: configured maximum number of CPUs, It is a legacy parameter* for common interface support.