Lines Matching defs:prio
2404 gfp_t gfp_mask, enum compact_priority prio,
2414 .mode = (prio == COMPACT_PRIO_ASYNC) ?
2419 .whole_zone = (prio == MIN_COMPACT_PRIORITY),
2420 .ignore_skip_hint = (prio == MIN_COMPACT_PRIORITY),
2421 .ignore_block_suitable = (prio == MIN_COMPACT_PRIORITY)
2460 * @prio: Determines how hard direct compaction should try to succeed
2467 enum compact_priority prio, struct page **capture)
2481 trace_mm_compaction_try_to_compact_pages(order, gfp_mask, prio);
2488 if (prio > MIN_COMPACT_PRIORITY
2494 status = compact_zone_order(zone, order, gfp_mask, prio,
2511 if (prio != COMPACT_PRIO_ASYNC && (status == COMPACT_COMPLETE ||
2525 if ((prio == COMPACT_PRIO_ASYNC && need_resched())