Searched refs:closest (Results 1 – 2 of 2) sorted by relevance
1143 nodeid_t closest = NUMA_NO_NODE; in node_to_scrub() local1183 if ( (dist < shortest || closest == NUMA_NO_NODE) && in node_to_scrub()1186 if ( closest != NUMA_NO_NODE ) in node_to_scrub()1187 node_clear(closest, node_scrubbing); in node_to_scrub()1189 closest = node; in node_to_scrub()1194 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 7 milliseconds