Home
last modified time | relevance | path

Searched refs:__node_distance (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/arch/arm64/include/asm/
Dnuma.h11 int __node_distance(int from, int to);
12 #define node_distance(a, b) __node_distance(a, b)
/Linux-v5.10/arch/sparc/include/asm/
Dtopology_64.h33 int __node_distance(int, int);
34 #define node_distance(a, b) __node_distance(a, b)
/Linux-v5.10/arch/ia64/include/asm/
Dnuma.h63 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/
Dtopology.h40 extern int __node_distance(int, int);
41 #define node_distance(a, b) __node_distance(a, b)
/Linux-v5.10/arch/ia64/mm/
Dnuma.c39 int __node_distance(int from, int to) in __node_distance() function
43 EXPORT_SYMBOL(__node_distance);
/Linux-v5.10/arch/x86/include/asm/
Dtopology.h80 extern int __node_distance(int, int);
81 #define node_distance(a, b) __node_distance(a, b)
/Linux-v5.10/arch/arm64/mm/
Dnuma.c343 int __node_distance(int from, int to) in __node_distance() function
349 EXPORT_SYMBOL(__node_distance);
/Linux-v5.10/arch/x86/mm/
Dnuma.c437 int __node_distance(int from, int to) in __node_distance() function
443 EXPORT_SYMBOL(__node_distance);
/Linux-v5.10/arch/powerpc/mm/
Dnuma.c188 int __node_distance(int a, int b) in __node_distance() function
206 EXPORT_SYMBOL(__node_distance);
/Linux-v5.10/arch/sparc/mm/
Dinit_64.c1341 int __node_distance(int from, int to) in __node_distance() function
1350 EXPORT_SYMBOL(__node_distance);