Searched refs:closest (Results 1 – 2 of 2) sorted by relevance
1177 nodeid_t closest = NUMA_NO_NODE; in node_to_scrub() local1217 if ( (dist < shortest || closest == NUMA_NO_NODE) && in node_to_scrub()1220 if ( closest != NUMA_NO_NODE ) in node_to_scrub()1221 node_clear(closest, node_scrubbing); in node_to_scrub()1223 closest = node; in node_to_scrub()1228 return closest; in node_to_scrub()
251 + * find closest index in the current level extent tree272 + * find closest extent in the leaf level
Completed in 9 milliseconds