Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dmm.h159 int migratetype, unsigned long did_some_progress,
161 TP_ARGS(gfp_mask, order, alloc_flags, migratetype, did_some_progress, bypass));
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c4178 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() argument
4189 *did_some_progress = 0; in __alloc_pages_may_oom()
4196 *did_some_progress = 1; in __alloc_pages_may_oom()
4247 *did_some_progress = 1; in __alloc_pages_may_oom()
4545 unsigned long *did_some_progress) in __alloc_pages_direct_reclaim() argument
4553 *did_some_progress = __perform_reclaim(gfp_mask, order, ac); in __alloc_pages_direct_reclaim()
4554 if (unlikely(!(*did_some_progress))) in __alloc_pages_direct_reclaim()
4568 alloc_flags, ac->migratetype, *did_some_progress, &skip_pcp_drain); in __alloc_pages_direct_reclaim()
4693 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
4704 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
[all …]