Home
last modified time | relevance | path

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

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

Completed in 72 milliseconds