Lines Matching refs:did_some_progress
4044 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
4055 *did_some_progress = 0; in __alloc_pages_may_oom()
4062 *did_some_progress = 1; in __alloc_pages_may_oom()
4113 *did_some_progress = 1; in __alloc_pages_may_oom()
4413 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
4418 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
4419 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
4559 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
4570 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
4615 if (!did_some_progress) { in should_reclaim_retry()
4688 unsigned long did_some_progress; in __alloc_pages_slowpath() local
4837 &did_some_progress); in __alloc_pages_slowpath()
4862 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath()
4871 if (did_some_progress > 0 && in __alloc_pages_slowpath()
4887 page = __alloc_pages_may_oom(gfp_mask, order, ac, &did_some_progress); in __alloc_pages_slowpath()
4898 if (did_some_progress) { in __alloc_pages_slowpath()