Searched defs:node_distance (Results 1 – 6 of 6) sorted by relevance
17 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
37 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
62 #define node_distance(from,to) (numa_slit[(from) * MAX_NUMNODES + (to)]) macro
96 #define node_distance(a, b) __node_distance(a, b) macro
40 #define node_distance(a, b) __node_distance(a, b) macro
55 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) macro