Home
last modified time | relevance | path

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

/linux/include/linux/
A Dgfp.h218 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
324 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
327 #define GFP_NOIO (__GFP_RECLAIM)
328 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
329 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
336 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/linux/tools/testing/radix-tree/linux/
A Dgfp.h20 #define __GFP_RECLAIM (__GFP_DIRECT_RECLAIM|__GFP_KSWAPD_RECLAIM) macro
24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
/linux/fs/nilfs2/
A Dmdt.h67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux/Documentation/translations/zh_CN/core-api/
A Dmemory-allocation.rst81 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - 乐观分配,完全不尝试释放内存。最轻量级的模
/linux/mm/
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))
A Dmigrate.c1625 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()
2080 ~__GFP_RECLAIM, 0); in alloc_misplaced_dst_page()
A Dvmscan.c1469 .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | in alloc_demote_page()
A Dslab.c814 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node()
A Dshmem.c1530 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in limit_gfp_mask()
A Dslub.c1928 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in allocate_slab()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_shmem.c78 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in shmem_get_pages()
531 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in shmem_object_init()
/linux/include/trace/events/
A Dmmflags.h49 {(unsigned long)__GFP_RECLAIM, "__GFP_RECLAIM"}, \
/linux/fs/cachefiles/
A Dinternal.h30 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
/linux/fs/erofs/
A Dinternal.h345 readahead_gfp_mask(mapping) & ~__GFP_RECLAIM); in erofs_grab_cache_page_nowait()
/linux/drivers/dma-buf/heaps/
A Dsystem_heap.c46 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
/linux/security/integrity/ima/
A Dima_crypto.c247 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
/linux/Documentation/core-api/
A Dmemory-allocation.rst93 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_
/linux/drivers/staging/media/atomisp/pci/hmm/
A Dhmm_bo.c775 gfp |= __GFP_RECLAIM | __GFP_FS; in alloc_private_pages()
/linux/drivers/infiniband/hw/qib/
A Dqib_init.c1634 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
/linux/drivers/infiniband/hw/hfi1/
A Dinit.c1835 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()

Completed in 74 milliseconds