Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_alloc.c3294 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
3305 *did_some_progress = 0; in __alloc_pages_may_oom()
3312 *did_some_progress = 1; in __alloc_pages_may_oom()
3364 *did_some_progress = 1; in __alloc_pages_may_oom()
3662 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
3669 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
3670 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
3816 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
3827 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
3927 unsigned long did_some_progress; in __alloc_pages_slowpath() local
[all...]