Lines Matching refs:did_some_progress
2355 unsigned long did_some_progress, in should_alloc_retry() argument
2371 if (!did_some_progress && pm_suspended_storage()) in should_alloc_retry()
2397 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
2401 *did_some_progress = 0; in __alloc_pages_may_oom()
2408 *did_some_progress = 1; in __alloc_pages_may_oom()
2440 *did_some_progress = 1; in __alloc_pages_may_oom()
2450 *did_some_progress = 1; in __alloc_pages_may_oom()
2557 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
2562 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
2563 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
2681 unsigned long did_some_progress; in __alloc_pages_slowpath() local
2821 &did_some_progress); in __alloc_pages_slowpath()
2826 pages_reclaimed += did_some_progress; in __alloc_pages_slowpath()
2827 if (should_alloc_retry(gfp_mask, order, did_some_progress, in __alloc_pages_slowpath()
2834 if (!did_some_progress) { in __alloc_pages_slowpath()
2836 &did_some_progress); in __alloc_pages_slowpath()
2839 if (!did_some_progress) in __alloc_pages_slowpath()