Home
last modified time | relevance | path

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

/include/linux/
Dtopology.h52 #ifndef node_distance
53 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) macro
/include/asm-generic/
Dnuma.h10 #define node_distance(a, b) __node_distance(a, b) macro