Home
last modified time | relevance | path

Searched refs:REMOTE_DISTANCE (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dtopology.h47 #define REMOTE_DISTANCE 20 macro
50 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
/linux/mm/
H A Dnuma_memblks.c80 LOCAL_DISTANCE : REMOTE_DISTANCE; in numa_alloc_distance()
130 return from == to ? LOCAL_DISTANCE : REMOTE_DISTANCE; in __node_distance()
H A Dnuma_emulation.c506 LOCAL_DISTANCE : REMOTE_DISTANCE; in numa_emulation()
/linux/arch/loongarch/kernel/
H A Dnuma.c57 return REMOTE_DISTANCE; in pcpu_cpu_distance()
/linux/arch/powerpc/kernel/
H A Dsetup_64.c820 return REMOTE_DISTANCE; in pcpu_cpu_distance()
/linux/arch/sparc/kernel/
H A Dsmp_64.c1523 return REMOTE_DISTANCE; in pcpu_cpu_distance()