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

/linux-master/mm/
H A Dpage_alloc.c3421 const struct alloc_context *ac, unsigned long *did_some_progress)
3432 *did_some_progress = 0;
3439 *did_some_progress = 1;
3491 *did_some_progress = 1;
3789 unsigned long *did_some_progress)
3796 *did_some_progress = __perform_reclaim(gfp_mask, order, ac);
3797 if (unlikely(!(*did_some_progress)))
3943 bool did_some_progress, int *no_progress_loops)
3954 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER)
4054 unsigned long did_some_progress; local
3420 __alloc_pages_may_oom(gfp_t gfp_mask, unsigned int order, const struct alloc_context *ac, unsigned long *did_some_progress) argument
3787 __alloc_pages_direct_reclaim(gfp_t gfp_mask, unsigned int order, unsigned int alloc_flags, const struct alloc_context *ac, unsigned long *did_some_progress) argument
3941 should_reclaim_retry(gfp_t gfp_mask, unsigned order, struct alloc_context *ac, int alloc_flags, bool did_some_progress, int *no_progress_loops) argument
[all...]

Completed in 341 milliseconds