Searched refs:__GFP_RECLAIM (Results 1 – 17 of 17) sorted by relevance
263 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro378 #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)
65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
81 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - 乐观分配,完全不尝试释放内存。最轻量级的模
31 return current_is_kswapd() || (sc->gfp_mask & __GFP_RECLAIM); in can_block()
96 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()
209 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in i915_ttm_tt_shmem_populate()
113 gfpflag_string(__GFP_RECLAIM), \
33 #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))
2177 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()2633 gfp &= ~__GFP_RECLAIM; in alloc_misplaced_dst_folio()
6372 const gfp_t reclaim_mask = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in __alloc_contig_verify_gfp_mask()
1717 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in limit_gfp_mask()
1040 .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | __GFP_NOWARN | in demote_folio_list()
2585 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~__GFP_RECLAIM; in allocate_slab()
313 readahead_gfp_mask(as) & ~__GFP_RECLAIM); in erofs_grab_folio_nowait()
355 .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | in __damon_pa_migrate_folio_list()
243 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
94 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_