Home
last modified time | relevance | path

Searched refs:suitable (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dcompaction.c394 * is suitable as both source and target. in __reset_isolation_suitable()
420 /* Leave no distance if no suitable block was reset */ in __reset_isolation_suitable()
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 in suitable_migration_target()
1389 * Used when scanning for a suitable migration target which scans freelists
1485 * PFN found if a suitable one is not found. in fast_isolate_freepages()
1636 * suitable for isolating free pages from and then isolate them.
1685 * suitable migration targets, so periodically check resched. in isolate_freepages()
1702 /* Check the block is suitable for migration */ in isolate_freepages()
1710 /* Found a block suitable fo in isolate_freepages()
2310 bool suitable; compaction_suitable() local
[all...]
/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak82 # This function produces text that is suitable for
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak82 # This function produces text that is suitable for
/kernel/linux/linux-5.10/mm/
H A Dvmscan.c2856 enum compact_result suitable; in compaction_ready() local
2858 suitable = compaction_suitable(zone, sc->order, 0, sc->reclaim_idx); in compaction_ready()
2859 if (suitable == COMPACT_SUCCESS) in compaction_ready()
2862 if (suitable == COMPACT_SKIPPED) in compaction_ready()

Completed in 9 milliseconds