Searched refs:__node_distance (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | topology_64.h | 34 int __node_distance(int, int); 35 #define node_distance(a, b) __node_distance(a, b)
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | numa.h | 19 int __node_distance(int a, int b);
|
H A D | topology.h | 82 #define node_distance(a, b) __node_distance(a, b)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | topology.h | 39 extern int __node_distance(int, int); 40 #define node_distance(a, b) __node_distance(a, b)
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | topology.h | 95 extern int __node_distance(int, int); 96 #define node_distance(a, b) __node_distance(a, b)
|
/linux-4.4.14/arch/s390/numa/ |
H A D | numa.c | 46 int __node_distance(int a, int b) __node_distance() function
|
/linux-4.4.14/arch/x86/mm/ |
H A D | numa.c | 429 int __node_distance(int from, int to) __node_distance() function 435 EXPORT_SYMBOL(__node_distance); variable
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | numa.c | 197 int __node_distance(int a, int b) __node_distance() function 215 EXPORT_SYMBOL(__node_distance); variable
|
/linux-4.4.14/arch/sparc/mm/ |
H A D | init_64.c | 1150 int __node_distance(int from, int to) __node_distance() function
|
Completed in 277 milliseconds