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

/linux-master/include/linux/
H A Dcompaction.h11 MIN_COMPACT_PRIORITY = COMPACT_PRIO_SYNC_FULL, enumerator in enum:compact_priority
/linux-master/mm/
H A Dcompaction.c2777 .whole_zone = (prio == MIN_COMPACT_PRIORITY),
2778 .ignore_skip_hint = (prio == MIN_COMPACT_PRIORITY),
2779 .ignore_block_suitable = (prio == MIN_COMPACT_PRIORITY)
2844 if (prio > MIN_COMPACT_PRIORITY
H A Dpage_alloc.c3627 MIN_COMPACT_COSTLY_PRIORITY : MIN_COMPACT_PRIORITY;

Completed in 131 milliseconds