Searched refs:__node_distance (Results 1 – 7 of 7) sorted by relevance
/linux/arch/loongarch/include/asm/ |
H A D | topology.h | 22 int __node_distance(int from, int to); 23 #define node_distance(from, to) __node_distance(from, to)
|
/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/arch/x86/include/asm/ |
H A D | topology.h | 80 extern int __node_distance(int, int); 81 #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/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);
|