Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dpage_alloc.c2704 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
2714 *did_some_progress = 0; in __alloc_pages_may_oom()
2721 *did_some_progress = 1; in __alloc_pages_may_oom()
2753 *did_some_progress = 1; in __alloc_pages_may_oom()
2764 *did_some_progress = 1; in __alloc_pages_may_oom()
2871 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
2876 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
2877 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
2997 unsigned long did_some_progress; in __alloc_pages_slowpath() local
3144 &did_some_progress); in __alloc_pages_slowpath()
[all …]