Lines Matching refs:did_some_progress
3274 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
3285 *did_some_progress = 0; in __alloc_pages_may_oom()
3292 *did_some_progress = 1; in __alloc_pages_may_oom()
3344 *did_some_progress = 1; in __alloc_pages_may_oom()
3642 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
3649 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
3650 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
3796 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
3807 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
3906 unsigned long did_some_progress; in __alloc_pages_slowpath() local
4055 &did_some_progress); in __alloc_pages_slowpath()
4077 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath()
4086 if (did_some_progress > 0 && in __alloc_pages_slowpath()
4102 page = __alloc_pages_may_oom(gfp_mask, order, ac, &did_some_progress); in __alloc_pages_slowpath()
4113 if (did_some_progress) { in __alloc_pages_slowpath()