Searched refs:REMOTE_DISTANCE (Results 1 – 10 of 10) sorted by relevance
50 #define REMOTE_DISTANCE 20 macro53 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
353 LOCAL_DISTANCE : REMOTE_DISTANCE; in numa_alloc_distance()402 return from == to ? LOCAL_DISTANCE : REMOTE_DISTANCE; in __node_distance()
147 return REMOTE_DISTANCE; in pcpu_cpu_distance()
211 else if (dist <= REMOTE_DISTANCE) in __cpu_form2_relative_distance()256 return ((a == b) ? LOCAL_DISTANCE : REMOTE_DISTANCE); in __node_distance()424 dist = REMOTE_DISTANCE; in initialize_form2_numa_distance_lookup_table()
395 LOCAL_DISTANCE : REMOTE_DISTANCE; in numa_alloc_distance()445 return from == to ? LOCAL_DISTANCE : REMOTE_DISTANCE; in __node_distance()
511 LOCAL_DISTANCE : REMOTE_DISTANCE; in numa_emulation()
823 return REMOTE_DISTANCE; in pcpu_cpu_distance()
492 LOCAL_DISTANCE : REMOTE_DISTANCE; in acpi_numa_fixup()
1347 return (from == to) ? LOCAL_DISTANCE : REMOTE_DISTANCE; in __node_distance()1555 LOCAL_DISTANCE : REMOTE_DISTANCE; in bootmem_init_numa()
1578 return REMOTE_DISTANCE; in pcpu_cpu_distance()
Completed in 22 milliseconds