Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dgfp_types.h263 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
378 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
381 #define GFP_NOIO (__GFP_RECLAIM)
382 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
383 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
389 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/linux/fs/nilfs2/
H A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst81 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - 乐观分配,完全不尝试释放内存。最轻量级的模
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c31 return current_is_kswapd() || (sc->gfp_mask & __GFP_RECLAIM); in can_block()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c96 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in shmem_sg_alloc_table()
604 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in shmem_object_init()
H A Di915_gem_ttm.c209 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in i915_ttm_tt_shmem_populate()
/linux/include/trace/events/
H A Dmmflags.h113 gfpflag_string(__GFP_RECLAIM), \
/linux/mm/
H A Dinternal.h33 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
39 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
H A Dmigrate.c2177 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()
2633 gfp &= ~__GFP_RECLAIM; in alloc_misplaced_dst_folio()
H A Dpage_alloc.c6372 const gfp_t reclaim_mask = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in __alloc_contig_verify_gfp_mask()
H A Dshmem.c1717 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in limit_gfp_mask()
H A Dvmscan.c1040 .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | __GFP_NOWARN | in demote_folio_list()
H A Dslub.c2585 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~__GFP_RECLAIM; in allocate_slab()
/linux/fs/erofs/
H A Dinternal.h313 readahead_gfp_mask(as) & ~__GFP_RECLAIM); in erofs_grab_folio_nowait()
/linux/mm/damon/
H A Dpaddr.c355 .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | in __damon_pa_migrate_folio_list()
/linux/security/integrity/ima/
H A Dima_crypto.c243 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
/linux/Documentation/core-api/
H A Dmemory-allocation.rst94 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_