Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtopology.h50 #define REMOTE_DISTANCE 20 macro
53 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
/linux/arch/loongarch/kernel/
H A Dnuma.c62 return REMOTE_DISTANCE; in pcpu_cpu_distance()
308 node_distances[row][col] = REMOTE_DISTANCE; in numa_default_distance()
/linux/arch/x86/kernel/
H A Dsetup_percpu.c90 return REMOTE_DISTANCE; in pcpu_cpu_distance()
/linux/mm/
H A Dnuma_memblks.c78 LOCAL_DISTANCE : REMOTE_DISTANCE; in numa_alloc_distance()
128 return from == to ? LOCAL_DISTANCE : REMOTE_DISTANCE; in __node_distance()
H A Dnuma_emulation.c506 LOCAL_DISTANCE : REMOTE_DISTANCE; in numa_emulation()
/linux/arch/powerpc/mm/
H A Dnuma.c210 else if (dist <= REMOTE_DISTANCE) in __cpu_form2_relative_distance()
255 return ((a == b) ? LOCAL_DISTANCE : REMOTE_DISTANCE); in __node_distance()
424 dist = REMOTE_DISTANCE; in initialize_form2_numa_distance_lookup_table()
/linux/arch/sparc/mm/
H A Dinit_64.c1355 return (from == to) ? LOCAL_DISTANCE : REMOTE_DISTANCE; in __node_distance()
1563 LOCAL_DISTANCE : REMOTE_DISTANCE; in bootmem_init_numa()