Lines Matching refs:suitable
394 * is suitable as both source and target.
420 /* Leave no distance if no suitable block was reset */
1344 /* Returns true if the page is within a block suitable for migration to */
1352 * the only small danger is that we skip a potentially suitable
1389 * Used when scanning for a suitable migration target which scans freelists
1485 * PFN found if a suitable one is not found.
1636 * suitable for isolating free pages from and then isolate them.
1685 * suitable migration targets, so periodically check resched.
1702 /* Check the block is suitable for migration */
1710 /* Found a block suitable for isolating free pages from. */
1963 * Isolate all pages that can be migrated from the first suitable block,
1999 * Iterate over whole pageblocks until we find the first suitable.
2226 /* Direct compactor: Is a suitable page free? */
2295 * suitable migration targets
2305 * compaction_suitable: Is this suitable to run compaction on this zone now?
2310 bool suitable;
2312 suitable = __compaction_suitable(zone, order, highest_zoneidx,
2330 if (suitable) {
2337 suitable = false;
2347 return suitable;