Searched refs:__GFP_RECLAIM (Results 1 – 18 of 18) sorted by relevance
215 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro325 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)328 #define GFP_NOIO (__GFP_RECLAIM)329 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)330 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)337 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
20 #define __GFP_RECLAIM (__GFP_DIRECT_RECLAIM|__GFP_KSWAPD_RECLAIM) macro24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
21 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\27 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
1555 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()2008 ~__GFP_RECLAIM, 0); in alloc_misplaced_dst_page()
814 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node()
1815 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in allocate_slab()
78 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in shmem_get_pages()497 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in create_shmem()
49 {(unsigned long)__GFP_RECLAIM, "__GFP_RECLAIM"}, \
30 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
24 __GFP_NORETRY) & ~__GFP_RECLAIM;
54 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
63 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
93 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_
248 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
775 gfp |= __GFP_RECLAIM | __GFP_FS; in alloc_private_pages()
1634 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
1875 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()