Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c4044 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom()
4055 *did_some_progress = 0; in __alloc_pages_may_oom()
4062 *did_some_progress = 1; in __alloc_pages_may_oom()
4113 *did_some_progress = 1; in __alloc_pages_may_oom()
4413 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim()
4418 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
4419 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
4559 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry()
4570 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
4615 if (!did_some_progress) { in should_reclaim_retry()
4043 __alloc_pages_may_oom(gfp_t gfp_mask, unsigned int order, const struct alloc_context *ac, unsigned long *did_some_progress) __alloc_pages_may_oom() argument
4411 __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) __alloc_pages_direct_reclaim() argument
4557 should_reclaim_retry(gfp_t gfp_mask, unsigned order, struct alloc_context *ac, int alloc_flags, bool did_some_progress, int *no_progress_loops) should_reclaim_retry() argument
4688 unsigned long did_some_progress; __alloc_pages_slowpath() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c3308 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom()
3319 *did_some_progress = 0; in __alloc_pages_may_oom()
3326 *did_some_progress = 1; in __alloc_pages_may_oom()
3378 *did_some_progress = 1; in __alloc_pages_may_oom()
3676 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim()
3683 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
3684 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
3830 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry()
3841 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
3940 unsigned long did_some_progress; in __alloc_pages_slowpath() local
3307 __alloc_pages_may_oom(gfp_t gfp_mask, unsigned int order, const struct alloc_context *ac, unsigned long *did_some_progress) __alloc_pages_may_oom() argument
3674 __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) __alloc_pages_direct_reclaim() argument
3828 should_reclaim_retry(gfp_t gfp_mask, unsigned order, struct alloc_context *ac, int alloc_flags, bool did_some_progress, int *no_progress_loops) should_reclaim_retry() argument
[all...]

Completed in 15 milliseconds