Searched refs:did_some_progress (Results 1 – 1 of 1) sorted by relevance
4043 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument4054 *did_some_progress = 0; in __alloc_pages_may_oom()4061 *did_some_progress = 1; in __alloc_pages_may_oom()4113 *did_some_progress = 1; in __alloc_pages_may_oom()4411 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument4418 *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()4574 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument4585 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()4691 unsigned long did_some_progress; in __alloc_pages_slowpath() local[all …]