Searched refs:__GFP_RECLAIMABLE (Results 1 – 13 of 13) sorted by relevance
105 #define __GFP_RECLAIMABLE ((__force gfp_t)___GFP_RECLAIMABLE) macro
377 (__GFP_RECLAIMABLE | \399 if (!IS_ENABLED(CONFIG_MEMCG_KMEM) || (flags & __GFP_RECLAIMABLE)) in kmalloc_type()
13 #define GFP_MOVABLE_MASK (__GFP_RECLAIMABLE|__GFP_MOVABLE)
50 gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_RECLAIMABLE; in i915_gem_object_get_pages_internal()
588 mask = GFP_HIGHUSER | __GFP_RECLAIMABLE; in shmem_object_init()
212 mask = GFP_HIGHUSER | __GFP_RECLAIMABLE; in i915_ttm_tt_shmem_populate()
46 gfpflag_string(__GFP_RECLAIMABLE), \
235 mapping_set_gfp_mask(mapping, GFP_HIGHUSER | __GFP_RECLAIMABLE); in armada_gem_alloc_object()
296 GFP_KERNEL_ACCOUNT | __GFP_RECLAIMABLE); in fuse_dentry_init()
1788 __GFP_RECLAIMABLE); in __d_alloc()
2052 cachep->allocflags |= __GFP_RECLAIMABLE; in __kmem_cache_create()
4476 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()
2871 #define OBJCGS_CLEAR_MASK (__GFP_DMA | __GFP_RECLAIMABLE | __GFP_ACCOUNT)
Completed in 57 milliseconds