Searched refs:__node_distance (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.10/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-v5.10/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-v5.10/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)
 
 | 
| /Linux-v5.10/arch/powerpc/include/asm/ | 
| D | topology.h | 40 extern int __node_distance(int, int);41 #define node_distance(a, b) __node_distance(a, b)
 
 | 
| /Linux-v5.10/arch/ia64/mm/ | 
| D | numa.c | 39 int __node_distance(int from, int to)  in __node_distance()  function43 EXPORT_SYMBOL(__node_distance);
 
 | 
| /Linux-v5.10/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-v5.10/arch/arm64/mm/ | 
| D | numa.c | 343 int __node_distance(int from, int to)  in __node_distance()  function349 EXPORT_SYMBOL(__node_distance);
 
 | 
| /Linux-v5.10/arch/x86/mm/ | 
| D | numa.c | 437 int __node_distance(int from, int to)  in __node_distance()  function443 EXPORT_SYMBOL(__node_distance);
 
 | 
| /Linux-v5.10/arch/powerpc/mm/ | 
| D | numa.c | 188 int __node_distance(int a, int b)  in __node_distance()  function206 EXPORT_SYMBOL(__node_distance);
 
 | 
| /Linux-v5.10/arch/sparc/mm/ | 
| D | init_64.c | 1341 int __node_distance(int from, int to)  in __node_distance()  function1350 EXPORT_SYMBOL(__node_distance);
 
 |