Searched refs:__GFP_RECLAIMABLE (Results 1 – 13 of 13) sorted by relevance
50 gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_RECLAIMABLE; in i915_gem_object_get_pages_internal()
599 mask = GFP_HIGHUSER | __GFP_RECLAIMABLE; in shmem_object_init()
205 mask = GFP_HIGHUSER | __GFP_RECLAIMABLE; in i915_ttm_tt_shmem_populate()
149 #define __GFP_RECLAIMABLE ((__force gfp_t)___GFP_RECLAIMABLE) macro
605 (__GFP_RECLAIMABLE | \635 if (!IS_ENABLED(CONFIG_MEMCG) || (flags & __GFP_RECLAIMABLE)) in kmalloc_type()
16 #define GFP_MOVABLE_MASK (__GFP_RECLAIMABLE|__GFP_MOVABLE)
46 gfpflag_string(__GFP_RECLAIMABLE), \
235 mapping_set_gfp_mask(mapping, GFP_HIGHUSER | __GFP_RECLAIMABLE); in armada_gem_alloc_object()
121 gfp |= __GFP_ACCOUNT|__GFP_RECLAIMABLE; in __bkey_cached_alloc()
151 gfp |= __GFP_ACCOUNT|__GFP_RECLAIMABLE; in btree_node_data_alloc()
1655 __GFP_RECLAIMABLE); in __d_alloc()
286 GFP_KERNEL_ACCOUNT | __GFP_RECLAIMABLE); in fuse_dentry_init()
1954 #define OBJCGS_CLEAR_MASK (__GFP_DMA | __GFP_RECLAIMABLE | \5412 s->allocflags |= __GFP_RECLAIMABLE; in calculate_sizes()
Completed in 774 milliseconds