Home
last modified time | relevance | path

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

/linux-6.15/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)
H A Dgfp.h58 return !!(gfp_flags & __GFP_RECLAIM); in gfpflags_allow_spinning()
/linux-6.15/fs/nilfs2/
H A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst81 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - 乐观分配,完全不尝试释放内存。最轻量级的模
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c31 return current_is_kswapd() || (sc->gfp_mask & __GFP_RECLAIM); in can_block()
/linux-6.15/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-6.15/include/trace/events/
H A Dmmflags.h102 gfpflag_string(__GFP_RECLAIM), \
/linux-6.15/drivers/dma-buf/heaps/
H A Dsystem_heap.c45 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
/linux-6.15/fs/erofs/
H A Dinternal.h305 readahead_gfp_mask(as) & ~__GFP_RECLAIM); in erofs_grab_folio_nowait()
/linux-6.15/mm/
H A Dinternal.h74 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
80 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
H A Dmigrate.c2179 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()
2635 gfp &= ~__GFP_RECLAIM; in alloc_misplaced_dst_folio()
H A Dshmem.c1721 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in limit_gfp_mask()
H A Dpage_alloc.c6636 const gfp_t reclaim_mask = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in __alloc_contig_verify_gfp_mask()
H A Dvmscan.c1055 .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | __GFP_NOWARN | in demote_folio_list()
H A Dslub.c2616 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~__GFP_RECLAIM; in allocate_slab()
/linux-6.15/mm/damon/
H A Dpaddr.c396 .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | in __damon_pa_migrate_folio_list()
/linux-6.15/security/integrity/ima/
H A Dima_crypto.c243 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
/linux-6.15/Documentation/core-api/
H A Dmemory-allocation.rst94 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_
/linux-6.15/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c624 const gfp_t gfp = __GFP_NOWARN | __GFP_RECLAIM | __GFP_FS; in alloc_private_pages()