Lines Matching defs:skipped
2250 unsigned long skipped = 0;
2274 * Do not count skipped folios because that makes the function
2309 * Splice any skipped folios to the start of the LRU list. Note that
2324 skipped += nr_skipped[zid];
2329 total_scan, skipped, nr_taken,
4985 int skipped = 0;
5007 skipped += delta;
5010 if (!--remaining || max(isolated, skipped) >= MIN_LRU_BATCH)
5014 if (skipped) {
5016 __count_zid_vm_events(PGSCAN_SKIP, zone, skipped);