Lines Matching defs:prio
2619 gfp_t gfp_mask, enum compact_priority prio,
2629 .mode = (prio == COMPACT_PRIO_ASYNC) ?
2634 .whole_zone = (prio == MIN_COMPACT_PRIORITY),
2635 .ignore_skip_hint = (prio == MIN_COMPACT_PRIORITY),
2636 .ignore_block_suitable = (prio == MIN_COMPACT_PRIORITY)
2678 * @prio: Determines how hard direct compaction should try to succeed
2685 enum compact_priority prio, struct page **capture)
2699 trace_mm_compaction_try_to_compact_pages(order, gfp_mask, prio);
2706 if (prio > MIN_COMPACT_PRIORITY
2712 status = compact_zone_order(zone, order, gfp_mask, prio,
2729 if (prio != COMPACT_PRIO_ASYNC && (status == COMPACT_COMPLETE ||
2743 if ((prio == COMPACT_PRIO_ASYNC && need_resched())