Searched refs:GFP_CONSTRAINT_MASK (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
H A Dgfp.h136 #define GFP_CONSTRAINT_MASK (__GFP_HARDWALL|__GFP_THISNODE) macro
/linux-4.1.27/mm/
H A Dslab.c2618 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); cache_grow()
2656 local_flags & ~GFP_CONSTRAINT_MASK, nodeid); cache_grow()
3025 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); fallback_alloc()
H A Dshmem.c975 gfp &= ~GFP_CONSTRAINT_MASK; shmem_replace_page()
H A Dslub.c1422 flags & (GFP_RECLAIM_MASK | GFP_CONSTRAINT_MASK), node); new_slab()

Completed in 1173 milliseconds