Home
last modified time | relevance | path

Searched refs:__GFP_RECLAIM (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dgfp.h215 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
325 #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)
/OK3568_Linux_fs/kernel/tools/testing/radix-tree/linux/
H A Dgfp.h20 #define __GFP_RECLAIM (__GFP_DIRECT_RECLAIM|__GFP_KSWAPD_RECLAIM) macro
24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/OK3568_Linux_fs/kernel/mm/
H A Dinternal.h21 #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))
H A Dmigrate.c1555 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()
2008 ~__GFP_RECLAIM, 0); in alloc_misplaced_dst_page()
H A Dslab.c814 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node()
H A Dslub.c1815 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in allocate_slab()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c78 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in shmem_get_pages()
497 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in create_shmem()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmflags.h49 {(unsigned long)__GFP_RECLAIM, "__GFP_RECLAIM"}, \
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dinternal.h30 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/heaps/
H A Dion_system_heap.c24 __GFP_NORETRY) & ~__GFP_RECLAIM;
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dsystem_heap.c54 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
H A Drk_system_heap.c63 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dmemory-allocation.rst93 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_crypto.c248 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c775 gfp |= __GFP_RECLAIM | __GFP_FS; in alloc_private_pages()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_init.c1634 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dinit.c1875 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()