Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgfp_types.h214 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
328 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
331 #define GFP_NOIO (__GFP_RECLAIM)
332 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
333 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
339 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/openbmc/linux/fs/nilfs2/
H A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst81 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - 乐观分配,完全不尝试释放内存。最轻量级的模
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c31 return current_is_kswapd() || (sc->gfp_mask & __GFP_RECLAIM); in can_block()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c96 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in shmem_sg_alloc_table()
603 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in shmem_object_init()
H A Di915_gem_ttm.c216 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in i915_ttm_tt_shmem_populate()
/openbmc/linux/include/trace/events/
H A Dmmflags.h50 gfpflag_string(__GFP_RECLAIM), \
/openbmc/linux/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.c2018 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()
2499 gfp &= ~__GFP_RECLAIM; in alloc_misplaced_dst_folio()
H A Dslab.c798 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node()
H A Dshmem.c1634 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in limit_gfp_mask()
H A Dslub.c2021 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~__GFP_RECLAIM; in allocate_slab()
H A Dvmscan.c1669 .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | __GFP_NOWARN | in demote_folio_list()
/openbmc/linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c45 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
/openbmc/linux/fs/erofs/
H A Dinternal.h328 readahead_gfp_mask(mapping) & ~__GFP_RECLAIM); in erofs_grab_cache_page_nowait()
/openbmc/linux/security/integrity/ima/
H A Dima_crypto.c248 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
/openbmc/linux/Documentation/core-api/
H A Dmemory-allocation.rst93 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_
/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c635 const gfp_t gfp = __GFP_NOWARN | __GFP_RECLAIM | __GFP_FS; in alloc_private_pages()