Lines Matching refs:did_some_progress
4178 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
4189 *did_some_progress = 0; in __alloc_pages_may_oom()
4196 *did_some_progress = 1; in __alloc_pages_may_oom()
4247 *did_some_progress = 1; in __alloc_pages_may_oom()
4545 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
4553 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
4554 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
4568 alloc_flags, ac->migratetype, *did_some_progress, &skip_pcp_drain); in __alloc_pages_direct_reclaim()
4693 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
4704 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
4749 if (!did_some_progress) { in should_reclaim_retry()
4822 unsigned long did_some_progress; in __alloc_pages_slowpath() local
4973 &did_some_progress); in __alloc_pages_slowpath()
4995 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath()
5004 if (did_some_progress > 0 && in __alloc_pages_slowpath()
5020 page = __alloc_pages_may_oom(gfp_mask, order, ac, &did_some_progress); in __alloc_pages_slowpath()
5031 if (did_some_progress) { in __alloc_pages_slowpath()