Searched refs:__node_distance (Results 1 – 13 of 13) sorted by relevance
/arch/arm64/include/asm/ |
D | numa.h | 11 int __node_distance(int from, int to); 12 #define node_distance(a, b) __node_distance(a, b)
|
/arch/ia64/include/asm/ |
D | numa.h | 63 extern int __node_distance(int from, int to); 64 #define node_distance(from,to) __node_distance(from, to)
|
/arch/sparc/include/asm/ |
D | topology_64.h | 33 int __node_distance(int, int); 34 #define node_distance(a, b) __node_distance(a, b)
|
/arch/ia64/mm/ |
D | numa.c | 39 int __node_distance(int from, int to) in __node_distance() function 43 EXPORT_SYMBOL(__node_distance);
|
/arch/powerpc/include/asm/ |
D | topology.h | 39 extern int __node_distance(int, int); 40 #define node_distance(a, b) __node_distance(a, b)
|
/arch/x86/include/asm/ |
D | topology.h | 80 extern int __node_distance(int, int); 81 #define node_distance(a, b) __node_distance(a, b)
|
/arch/s390/include/asm/ |
D | numa.h | 20 int __node_distance(int a, int b);
|
D | topology.h | 86 #define node_distance(a, b) __node_distance(a, b)
|
/arch/s390/numa/ |
D | numa.c | 52 int __node_distance(int a, int b) in __node_distance() function 56 EXPORT_SYMBOL(__node_distance);
|
/arch/arm64/mm/ |
D | numa.c | 339 int __node_distance(int from, int to) in __node_distance() function 345 EXPORT_SYMBOL(__node_distance);
|
/arch/x86/mm/ |
D | numa.c | 424 int __node_distance(int from, int to) in __node_distance() function 430 EXPORT_SYMBOL(__node_distance);
|
/arch/powerpc/mm/ |
D | numa.c | 188 int __node_distance(int a, int b) in __node_distance() function 206 EXPORT_SYMBOL(__node_distance);
|
/arch/sparc/mm/ |
D | init_64.c | 1374 int __node_distance(int from, int to) in __node_distance() function 1383 EXPORT_SYMBOL(__node_distance);
|