Searched refs:__GFP_RECLAIMABLE (Results 1 – 10 of 10) sorted by relevance
89 #define __GFP_RECLAIMABLE ((__force gfp_t)___GFP_RECLAIMABLE) macro305 #define GFP_MOVABLE_MASK (__GFP_RECLAIMABLE|__GFP_MOVABLE)
329 if (likely((flags & (__GFP_DMA | __GFP_RECLAIMABLE)) == 0)) in kmalloc_type()338 return flags & __GFP_RECLAIMABLE ? KMALLOC_RECLAIM : KMALLOC_NORMAL; in kmalloc_type()
59 gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_RECLAIMABLE; in i915_gem_object_get_pages_internal()
486 mask = GFP_HIGHUSER | __GFP_RECLAIMABLE; in i915_gem_object_create_shmem()
45 {(unsigned long)__GFP_RECLAIMABLE, "__GFP_RECLAIMABLE"}, \
223 mapping_set_gfp_mask(mapping, GFP_HIGHUSER | __GFP_RECLAIMABLE); in armada_gem_alloc_object()
283 GFP_KERNEL_ACCOUNT | __GFP_RECLAIMABLE); in fuse_dentry_init()
1706 __GFP_RECLAIMABLE); in __d_alloc()
2049 cachep->allocflags |= __GFP_RECLAIMABLE; in __kmem_cache_create()
3600 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()