Home
last modified time | relevance | path

Searched refs:MIN_COMPACT_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dcompaction.h11 MIN_COMPACT_PRIORITY = COMPACT_PRIO_SYNC_FULL, enumerator
/Linux-v5.15/mm/
Dcompaction.c2496 .whole_zone = (prio == MIN_COMPACT_PRIORITY), in compact_zone_order()
2497 .ignore_skip_hint = (prio == MIN_COMPACT_PRIORITY), in compact_zone_order()
2498 .ignore_block_suitable = (prio == MIN_COMPACT_PRIORITY) in compact_zone_order()
2573 if (prio > MIN_COMPACT_PRIORITY in try_to_compact_pages()
Dpage_alloc.c4470 MIN_COMPACT_COSTLY_PRIORITY : MIN_COMPACT_PRIORITY; in should_compact_retry()