Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_alloc.c3794 *did_some_progress = 0; in __alloc_pages_may_oom()
3801 *did_some_progress = 1; in __alloc_pages_may_oom()
3853 *did_some_progress = 1; in __alloc_pages_may_oom()
4151 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
4159 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
4314 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
4431 unsigned long did_some_progress; in __alloc_pages_slowpath() local
4608 &did_some_progress); in __alloc_pages_slowpath()
4631 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath()
4640 if (did_some_progress > 0 && can_compact && in __alloc_pages_slowpath()
[all …]