Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c3741 (alloc_flags & ALLOC_CPUSET) && in get_page_from_freelist()
3944 alloc_flags|ALLOC_CPUSET, ac); in __alloc_pages_cpuset_fallback()
3989 ALLOC_WMARK_HIGH|ALLOC_CPUSET, ac); in __alloc_pages_may_oom()
4384 unsigned int alloc_flags = ALLOC_WMARK_MIN | ALLOC_CPUSET; in gfp_to_alloc_flags()
4421 alloc_flags &= ~ALLOC_CPUSET; in gfp_to_alloc_flags()
4522 (alloc_flags & ALLOC_CPUSET) && in should_reclaim_retry()
4761 if (!(alloc_flags & ALLOC_CPUSET) || reserve_flags) { in __alloc_pages_slowpath()
4913 *alloc_flags |= ALLOC_CPUSET; in prepare_alloc_pages()
5020 if (cpusets_enabled() && (alloc_flags & ALLOC_CPUSET) && in alloc_pages_bulk_noprof()
H A Dinternal.h1292 #define ALLOC_CPUSET 0x40 /* check for correct cpuset */ macro
H A Dcompaction.c2833 (alloc_flags & ALLOC_CPUSET) && in try_to_compact_pages()