Searched refs:__node_distance (Results 1 – 6 of 6) sorted by relevance
/linux/arch/sparc/include/asm/ |
H A D | topology_64.h | 33 int __node_distance(int, int); 34 #define node_distance(a, b) __node_distance(a, b)
|
/linux/include/asm-generic/ |
H A D | numa.h | 9 int __node_distance(int from, int to); 10 #define node_distance(a, b) __node_distance(a, b)
|
/linux/arch/powerpc/include/asm/ |
H A D | topology.h | 40 extern int __node_distance(int, int); 41 #define node_distance(a, b) __node_distance(a, b)
|
/linux/mm/ |
H A D | numa_memblks.c | 125 int __node_distance(int from, int to) in __node_distance() function 131 EXPORT_SYMBOL(__node_distance);
|
/linux/arch/powerpc/mm/ |
H A D | numa.c | 247 int __node_distance(int a, int b) in __node_distance() function 267 EXPORT_SYMBOL(__node_distance);
|
/linux/arch/sparc/mm/ |
H A D | init_64.c | 1350 int __node_distance(int from, int to) in __node_distance() function 1359 EXPORT_SYMBOL(__node_distance);
|