Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:topology_init

Proto:static int __init topology_init(void)

Type:int

Parameter:Nothing

166  for_each_online_node(i)
167  Registers an online node
170  for_each_present_cpu(i)
171  arch_register_cpu(i)
173  Return 0