__GFP_RECLAIM      76 drivers/gpu/drm/i915/gem/i915_gem_shmem.c 	noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM);
__GFP_RECLAIM     495 drivers/gpu/drm/i915/gem/i915_gem_shmem.c 	GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM));
__GFP_RECLAIM    1939 drivers/infiniband/hw/hfi1/init.c 	gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP;
__GFP_RECLAIM    1634 drivers/infiniband/hw/qib/qib_init.c 	gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP;
__GFP_RECLAIM      22 drivers/staging/android/ion/ion_system_heap.c 				     __GFP_NORETRY) & ~__GFP_RECLAIM;
__GFP_RECLAIM      30 fs/cachefiles/internal.h #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
__GFP_RECLAIM      67 fs/nilfs2/mdt.h #define NILFS_MDT_GFP      (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
__GFP_RECLAIM     290 include/linux/gfp.h #define GFP_KERNEL	(__GFP_RECLAIM | __GFP_IO | __GFP_FS)
__GFP_RECLAIM     293 include/linux/gfp.h #define GFP_NOIO	(__GFP_RECLAIM)
__GFP_RECLAIM     294 include/linux/gfp.h #define GFP_NOFS	(__GFP_RECLAIM | __GFP_IO)
__GFP_RECLAIM     295 include/linux/gfp.h #define GFP_USER	(__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
__GFP_RECLAIM     301 include/linux/gfp.h 			 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
__GFP_RECLAIM      49 include/trace/events/mmflags.h 	{(unsigned long)__GFP_RECLAIM,		"__GFP_RECLAIM"},	\
__GFP_RECLAIM      21 mm/internal.h  #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
__GFP_RECLAIM      27 mm/internal.h  #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
__GFP_RECLAIM    1915 mm/migrate.c   					 ~__GFP_RECLAIM, 0);
__GFP_RECLAIM     803 mm/slab.c      	return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL);
__GFP_RECLAIM    1638 mm/slub.c      		alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~(__GFP_RECLAIM|__GFP_NOFAIL);
__GFP_RECLAIM     123 security/integrity/ima/ima_crypto.c 	gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY;
__GFP_RECLAIM      24 tools/testing/radix-tree/linux/gfp.h #define GFP_KERNEL	(__GFP_RECLAIM | __GFP_IO | __GFP_FS)