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

/mm/
H A Dvmscan.c274 long total_scan; local
293 total_scan = nr;
297 total_scan += delta;
298 if (total_scan < 0) {
301 shrinker->shrink, total_scan);
302 total_scan = max_pass;
318 total_scan = min(total_scan, max_pass / 2);
325 if (total_scan > max_pass * 2)
326 total_scan
[all...]

Completed in 6 milliseconds