Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/mach-ip27/
H A Dtopology.h27 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
/linux/arch/sparc/include/asm/
H A Dtopology_64.h34 #define node_distance(a, b) __node_distance(a, b) macro
/linux/include/asm-generic/
H A Dnuma.h10 #define node_distance(a, b) __node_distance(a, b) macro
/linux/drivers/base/
H A Darch_numa.c154 return node_distance(early_cpu_to_node(from), early_cpu_to_node(to)); in pcpu_cpu_distance()