Home
last modified time | relevance | path

Searched refs:did_some_progress (Results 1 – 1 of 1) sorted by relevance

/mm/
Dpage_alloc.c4194 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
4205 *did_some_progress = 0; in __alloc_pages_may_oom()
4212 *did_some_progress = 1; in __alloc_pages_may_oom()
4263 *did_some_progress = 1; in __alloc_pages_may_oom()
4561 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
4569 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
4570 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
4584 alloc_flags, ac->migratetype, *did_some_progress, &skip_pcp_drain); in __alloc_pages_direct_reclaim()
4709 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
4720 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
[all …]