Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dtopology.h22 int __node_distance(int from, int to);
23 #define node_distance(from, to) __node_distance(from, to)
/linux/arch/sparc/include/asm/
H A Dtopology_64.h33 int __node_distance(int, int);
34 #define node_distance(a, b) __node_distance(a, b)
/linux/include/asm-generic/
H A Dnuma.h9 int __node_distance(int from, int to);
10 #define node_distance(a, b) __node_distance(a, b)
/linux/mm/
H A Dnuma_memblks.c125 int __node_distance(int from, int to) in __node_distance() function
131 EXPORT_SYMBOL(__node_distance);