Searched defs:distance (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dpage_alloc.c2831 * 1 = order by ([node] distance, -zonetype)
2832 * 2 = order by (-zonetype, [node] distance)
2944 * according to the distance array (which contains arbitrary distance values
2969 /* Use the distance array to find the distance */
3159 int distance = node_distance(local_node, node); local
3165 if (distance > RECLAIM_DISTANCE)
3171 * distance group to make it round-robin.
3173 if (distance !
[all...]

Completed in 13 milliseconds