Searched refs:__node_distance (Results 1 – 13 of 13) sorted by relevance
/linux/arch/ia64/mm/ |
A D | numa.c | 38 int __node_distance(int from, int to) in __node_distance() function 42 EXPORT_SYMBOL(__node_distance);
|
/linux/include/asm-generic/ |
A D | numa.h | 9 int __node_distance(int from, int to); 10 #define node_distance(a, b) __node_distance(a, b)
|
/linux/arch/sparc/include/asm/ |
A D | topology_64.h | 33 int __node_distance(int, int); 34 #define node_distance(a, b) __node_distance(a, b)
|
/linux/arch/ia64/include/asm/ |
A D | numa.h | 63 extern int __node_distance(int from, int to); 64 #define node_distance(from,to) __node_distance(from, to)
|
/linux/arch/powerpc/include/asm/ |
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/ |
A D | topology.h | 80 extern int __node_distance(int, int); 81 #define node_distance(a, b) __node_distance(a, b)
|
/linux/drivers/base/ |
A D | arch_numa.c | 399 int __node_distance(int from, int to) in __node_distance() function 405 EXPORT_SYMBOL(__node_distance);
|
/linux/arch/x86/mm/ |
A D | numa.c | 442 int __node_distance(int from, int to) in __node_distance() function 448 EXPORT_SYMBOL(__node_distance);
|
/linux/arch/powerpc/mm/ |
A D | numa.c | 248 int __node_distance(int a, int b) in __node_distance() function 268 EXPORT_SYMBOL(__node_distance);
|
/linux/arch/sparc/mm/ |
A D | init_64.c | 1342 int __node_distance(int from, int to) in __node_distance() function 1351 EXPORT_SYMBOL(__node_distance);
|
/linux/ |
A D | vmlinux.symvers | 12013 0x00000000 __node_distance vmlinux EXPORT_SYMBOL
|
A D | System.map | 32034 ffff800010830e40 T __node_distance
|
A D | .tmp_System.map | 32034 ffff800010830e40 T __node_distance
|
Completed in 300 milliseconds