Home
last modified time | relevance | path

Searched refs:LOCAL_DISTANCE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dtopology.h48 #define LOCAL_DISTANCE 10 macro
52 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
/linux-4.19.296/drivers/of/
Dof_numa.c118 if ((nodea == nodeb && distance != LOCAL_DISTANCE) || in of_numa_parse_distance_map_v1()
119 (nodea != nodeb && distance <= LOCAL_DISTANCE)) { in of_numa_parse_distance_map_v1()