Searched refs:__GFP_RECLAIM (Results 1 – 15 of 15) sorted by relevance
20 #define __GFP_RECLAIM (__GFP_DIRECT_RECLAIM|__GFP_KSWAPD_RECLAIM) macro24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
195 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro290 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)293 #define GFP_NOIO (__GFP_RECLAIM)294 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)295 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)301 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
26 if (failslab.ignore_gfp_reclaim && (gfpflags & __GFP_RECLAIM)) in __should_failslab()
25 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\31 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
1856 ~__GFP_RECLAIM, 0); in alloc_misplaced_dst_page()
843 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node()
1581 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in allocate_slab()
67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
49 {(unsigned long)__GFP_RECLAIM, "__GFP_RECLAIM"}, \
34 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
22 __GFP_NORETRY) & ~__GFP_RECLAIM;
126 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
1667 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
1927 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()
2554 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in i915_gem_object_get_pages_gtt()4776 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in i915_gem_object_create()