Searched refs:ALLOC_CPUSET (Results 1 – 2 of 2) sorted by relevance
3092 (alloc_flags & ALLOC_CPUSET) && in get_page_from_freelist() 3280 alloc_flags|ALLOC_CPUSET, ac); in __alloc_pages_cpuset_fallback() 3326 ALLOC_WMARK_HIGH|ALLOC_CPUSET, ac); in __alloc_pages_may_oom() 3715 unsigned int alloc_flags = ALLOC_WMARK_MIN | ALLOC_CPUSET; in gfp_to_alloc_flags() 3752 alloc_flags &= ~ALLOC_CPUSET; in gfp_to_alloc_flags() 4056 if (!(alloc_flags & ALLOC_CPUSET) || reserve_flags) { in __alloc_pages_slowpath() 4217 *alloc_flags |= ALLOC_CPUSET; in prepare_alloc_pages() 4324 if (cpusets_enabled() && (alloc_flags & ALLOC_CPUSET) && in __alloc_pages_bulk()
906 #define ALLOC_CPUSET 0x40 /* check for correct cpuset */ macro