Lines Matching refs:did_some_progress
3574 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
3585 *did_some_progress = 0; in __alloc_pages_may_oom()
3592 *did_some_progress = 1; in __alloc_pages_may_oom()
3644 *did_some_progress = 1; in __alloc_pages_may_oom()
3942 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
3949 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
3950 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
4096 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
4107 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
4213 unsigned long did_some_progress; in __alloc_pages_slowpath() local
4381 &did_some_progress); in __alloc_pages_slowpath()
4404 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath()
4413 if (did_some_progress > 0 && can_compact && in __alloc_pages_slowpath()
4429 page = __alloc_pages_may_oom(gfp_mask, order, ac, &did_some_progress); in __alloc_pages_slowpath()
4440 if (did_some_progress) { in __alloc_pages_slowpath()