Lines Matching refs:local_flags
2461 gfp_t local_flags, int nodeid) in alloc_slabmgmt() argument
2469 local_flags, nodeid); in alloc_slabmgmt()
2607 gfp_t local_flags; in cache_grow() local
2618 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); in cache_grow()
2634 if (local_flags & __GFP_WAIT) in cache_grow()
2650 page = kmem_getpages(cachep, local_flags, nodeid); in cache_grow()
2656 local_flags & ~GFP_CONSTRAINT_MASK, nodeid); in cache_grow()
2664 if (local_flags & __GFP_WAIT) in cache_grow()
2678 if (local_flags & __GFP_WAIT) in cache_grow()
3014 gfp_t local_flags; in fallback_alloc() local
3025 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); in fallback_alloc()
3058 if (local_flags & __GFP_WAIT) in fallback_alloc()
3061 page = kmem_getpages(cache, local_flags, numa_mem_id()); in fallback_alloc()
3062 if (local_flags & __GFP_WAIT) in fallback_alloc()