Lines Matching refs:did_some_progress
3452 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
3463 *did_some_progress = 0; in __alloc_pages_may_oom()
3470 *did_some_progress = 1; in __alloc_pages_may_oom()
3523 *did_some_progress = 1; in __alloc_pages_may_oom()
3785 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
3790 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
3791 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
3921 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
3931 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
3976 if (!did_some_progress) { in should_reclaim_retry()
4050 unsigned long did_some_progress; in __alloc_pages_slowpath() local
4192 &did_some_progress); in __alloc_pages_slowpath()
4214 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath()
4223 if (did_some_progress > 0 && in __alloc_pages_slowpath()
4235 page = __alloc_pages_may_oom(gfp_mask, order, ac, &did_some_progress); in __alloc_pages_slowpath()
4246 if (did_some_progress) { in __alloc_pages_slowpath()