Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:find_numa_distance

Proto:bool find_numa_distance(int distance)

Type:bool

Parameter:

TypeParameterName
intdistance
1489  If distance == node_distance(0, 0) Then Return true
1492  When i < sched_domains_numa_levels cycle
1493  If sched_domains_numa_distance[i] == distance Then Return true
1497  Return false
Caller
NameDescribe
sched_init_numa