Searched refs:__node_distance (Results 1 – 8 of 8) 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 | 127 int __node_distance(int from, int to) in __node_distance() function 133 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 | 1344 int __node_distance(int from, int to) in __node_distance() function 1353 EXPORT_SYMBOL(__node_distance);
|