Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:srat_detect_node

Proto:static void srat_detect_node(struct cpuinfo_x86 *c)

Type:void

Parameter:

TypeParameterName
struct cpuinfo_x86 *c
484  cpu = smp_processor_id()
488  node = numa_cpu_node(cpu)
489  If node == NUMA_NO_NODE || Not node_online(node) Then
491  node = cpu_to_node(cpu)
493  numa_set_node(cpu, node)
Caller
NameDescribe
init_intel