Searched refs:__GFP_RECLAIM (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/linux/
H A Dgfp_types.h198 * %__GFP_RECLAIM is shorthand to allow/forbid both direct and kswapd reclaim.
248 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
363 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
366 #define GFP_NOIO (__GFP_RECLAIM)
367 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
368 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
374 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/linux-master/fs/nilfs2/
H A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c31 return current_is_kswapd() || (sc->gfp_mask & __GFP_RECLAIM);
/linux-master/include/trace/events/
H A Dmmflags.h50 gfpflag_string(__GFP_RECLAIM), \
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c96 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM);
142 * congestion. So as a result __GFP_RECLAIM is
609 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM));
H A Di915_gem_ttm.c210 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM));
/linux-master/drivers/dma-buf/heaps/
H A Dsystem_heap.c45 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
/linux-master/fs/erofs/
H A Dinternal.h328 readahead_gfp_mask(mapping) & ~__GFP_RECLAIM);
/linux-master/mm/
H A Dinternal.h24 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
30 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
H A Dmigrate.c2030 * clear __GFP_RECLAIM to make the migration callback
2033 gfp_mask &= ~__GFP_RECLAIM;
2506 gfp &= ~__GFP_RECLAIM;
H A Dshmem.c1588 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM;
H A Dslub.c2336 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~__GFP_RECLAIM;
H A Dvmscan.c967 .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | __GFP_NOWARN |
/linux-master/security/integrity/ima/
H A Dima_crypto.c248 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY;
/linux-master/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c635 const gfp_t gfp = __GFP_NOWARN | __GFP_RECLAIM | __GFP_FS;

Completed in 221 milliseconds