Home
last modified time | relevance | path

Searched defs:node_distance (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/arch/mips/include/asm/mach-loongson64/
A Dtopology.h19 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
/linux-6.3-rc2/arch/mips/include/asm/mach-ip27/
A Dtopology.h27 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
/linux-6.3-rc2/include/asm-generic/
A Dnuma.h10 #define node_distance(a, b) __node_distance(a, b) macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dtopology.h25 #define node_distance(from, to) (node_distances[(from)][(to)]) macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dtopology_64.h34 #define node_distance(a, b) __node_distance(a, b) macro
/linux-6.3-rc2/arch/ia64/include/asm/
A Dnuma.h64 #define node_distance(from,to) __node_distance(from, to) macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dtopology.h41 #define node_distance(a, b) __node_distance(a, b) macro
/linux-6.3-rc2/include/linux/
A Dtopology.h53 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dtopology.h81 #define node_distance(a, b) __node_distance(a, b) macro

Completed in 10 milliseconds