Lines Matching refs:skip
152 /* Do not skip compaction more than 64 times */
274 * If skip is already cleared do no further checking once the
281 * If clearing skip for the target scanner, do not select a
349 * Walk the zone and update pageblock skip information. Source looks
402 * Sets the pageblock skip bit if it was clear. Note that this is a hint as
408 bool skip;
410 /* Do no update if skip hint is being ignored */
417 skip = get_pageblock_skip(page);
418 if (!skip && !cc->no_set_skip_hint)
421 return skip;
594 * potentially a lot of iterations if we skip them at once.
612 * If we already hold the lock, we can skip some rechecking.
615 * so it is correct to skip the suitable migration target
847 * previous order-aligned block, and did not skip it due
901 * the worst thing that can happen is that we skip some
921 * We can potentially save a lot of iterations if we skip them
974 /* If we already hold the lock, we can skip some rechecking */
1007 /* The whole page is taken off the LRU; skip the tail pages. */
1176 * the only small danger is that we skip a potentially suitable
1190 /* Otherwise skip the block */
1528 /* Update the skip hint if the full pageblock was scanned */
1828 * to be visited multiple times. Assume skip was checked
1829 * before making it "skip" so other compaction instances do
2104 * to skip over zones where lowmem reserves would prevent allocation
2223 * Clear pageblock skip if there were failures recently and compaction
2283 * migration. If it fails, it'll be marked skip and scanning
2337 * order-aligned block, so skip the rest of it.