Searched refs:__node_distance (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/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)
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | topology_64.h | 33 int __node_distance(int, int); 34 #define node_distance(a, b) __node_distance(a, b)
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | topology.h | 38 extern int __node_distance(int, int); 39 #define node_distance(a, b) __node_distance(a, b)
|
/Linux-v4.19/arch/x86/include/asm/ |
D | topology.h | 80 extern int __node_distance(int, int); 81 #define node_distance(a, b) __node_distance(a, b)
|
/Linux-v4.19/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)
|
/Linux-v4.19/arch/arm64/mm/ |
D | numa.c | 350 int __node_distance(int from, int to) in __node_distance() function 356 EXPORT_SYMBOL(__node_distance);
|
/Linux-v4.19/arch/s390/numa/ |
D | numa.c | 53 int __node_distance(int a, int b) in __node_distance() function
|
/Linux-v4.19/arch/x86/mm/ |
D | numa.c | 428 int __node_distance(int from, int to) in __node_distance() function 434 EXPORT_SYMBOL(__node_distance);
|
/Linux-v4.19/arch/powerpc/mm/ |
D | numa.c | 178 int __node_distance(int a, int b) in __node_distance() function 196 EXPORT_SYMBOL(__node_distance);
|
/Linux-v4.19/arch/sparc/mm/ |
D | init_64.c | 1377 int __node_distance(int from, int to) in __node_distance() function
|