Lines Matching refs:did_some_progress
4252 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
4263 *did_some_progress = 0; in __alloc_pages_may_oom()
4270 *did_some_progress = 1; in __alloc_pages_may_oom()
4321 *did_some_progress = 1; in __alloc_pages_may_oom()
4610 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
4615 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
4616 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
4750 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
4761 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
4806 if (!did_some_progress) { in should_reclaim_retry()
4879 unsigned long did_some_progress; in __alloc_pages_slowpath() local
5020 &did_some_progress); in __alloc_pages_slowpath()
5042 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath()
5051 if (did_some_progress > 0 && in __alloc_pages_slowpath()
5063 page = __alloc_pages_may_oom(gfp_mask, order, ac, &did_some_progress); in __alloc_pages_slowpath()
5074 if (did_some_progress) { in __alloc_pages_slowpath()