Searched defs:node_distance (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-loongson/
H A Dtopology.h17 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
/linux-4.1.27/arch/mips/include/asm/mach-ip27/
H A Dtopology.h37 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dnuma.h62 #define node_distance(from,to) (numa_slit[(from) * MAX_NUMNODES + (to)]) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dtopology.h96 #define node_distance(a, b) __node_distance(a, b) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dtopology.h40 #define node_distance(a, b) __node_distance(a, b) macro
/linux-4.1.27/include/linux/
H A Dtopology.h55 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) macro

Completed in 442 milliseconds