Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_alloc.c3567 (alloc_flags & ALLOC_CPUSET) && in get_page_from_freelist()
3770 alloc_flags|ALLOC_CPUSET, ac); in __alloc_pages_cpuset_fallback()
3815 ALLOC_WMARK_HIGH|ALLOC_CPUSET, ac); in __alloc_pages_may_oom()
4210 unsigned int alloc_flags = ALLOC_WMARK_MIN | ALLOC_CPUSET; in gfp_to_alloc_flags()
4247 alloc_flags &= ~ALLOC_CPUSET; in gfp_to_alloc_flags()
4348 (alloc_flags & ALLOC_CPUSET) && in should_reclaim_retry()
4587 if (!(alloc_flags & ALLOC_CPUSET) || reserve_flags) { in __alloc_pages_slowpath()
4739 *alloc_flags |= ALLOC_CPUSET; in prepare_alloc_pages()
4846 if (cpusets_enabled() && (alloc_flags & ALLOC_CPUSET) && in alloc_pages_bulk_noprof()
H A Dinternal.h1256 #define ALLOC_CPUSET 0x40 /* check for correct cpuset */ macro
H A Dcompaction.c2875 (alloc_flags & ALLOC_CPUSET) && in try_to_compact_pages()