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

/linux-master/mm/
H A Dpage_alloc.c3506 const struct alloc_context *ac, unsigned long *did_some_progress)
3517 *did_some_progress = 0;
3524 *did_some_progress = 1;
3576 *did_some_progress = 1;
3874 unsigned long *did_some_progress)
3881 *did_some_progress = __perform_reclaim(gfp_mask, order, ac);
3882 if (unlikely(!(*did_some_progress)))
4028 bool did_some_progress, int *no_progress_loops)
4039 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER)
4139 unsigned long did_some_progress; local
3505 __alloc_pages_may_oom(gfp_t gfp_mask, unsigned int order, const struct alloc_context *ac, unsigned long *did_some_progress) argument
3872 __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
4026 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 277 milliseconds