Searched refs:__GFP_RECLAIM (Results 1 – 19 of 19) sorted by relevance
20 #define __GFP_RECLAIM (__GFP_DIRECT_RECLAIM|__GFP_KSWAPD_RECLAIM) macro24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
204 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro301 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)304 #define GFP_NOIO (__GFP_RECLAIM)305 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)306 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)312 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
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))
1574 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()2026 ~__GFP_RECLAIM, 0); in alloc_misplaced_dst_page()
813 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node()
1764 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)
22 __GFP_NORETRY) & ~__GFP_RECLAIM;
93 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_
247 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()
1655 + | __GFP_NORETRY) & ~__GFP_RECLAIM) \
48521 + buffer = kmalloc(DTB_CELL_SIZE, GFP_KERNEL | __GFP_RECLAIM);
6657 + | __GFP_NORETRY) & ~__GFP_RECLAIM) \