Home
last modified time | relevance | path

Searched refs:__GFP_DIRECT_RECLAIM (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/shared/
H A Dlinux.c65 if (!(gfp & __GFP_DIRECT_RECLAIM)) { in kmem_cache_zero_nr_tallocated()
170 if (!(gfp & __GFP_DIRECT_RECLAIM)) { in kmem_cache_alloc_bulk()
186 if (!(gfp & __GFP_DIRECT_RECLAIM)) { in kmem_cache_alloc_bulk()
350 list[i] = kmem_cache_alloc(test_cache, __GFP_DIRECT_RECLAIM);
356 kmem_cache_alloc_bulk(test_cache, __GFP_DIRECT_RECLAIM, 5, list);
360 list[i] = kmem_cache_alloc(test_cache, __GFP_DIRECT_RECLAIM);
371 kmem_cache_alloc_bulk(test_cache2, __GFP_DIRECT_RECLAIM, 10, list);
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst85 * ``GFP_KERNEL & ~__GFP_DIRECT_RECLAIM`` (or ``GFP_NOWAIT`` ) - 乐观分配,不
89 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC`` ) - 非
/linux/tools/include/linux/
H A Dgfp.h14 return !!(gfp_flags & __GFP_DIRECT_RECLAIM); in gfpflags_allow_blocking()
H A Dgfp_types.h257 #define __GFP_DIRECT_RECLAIM ((__force gfp_t)___GFP_DIRECT_RECLAIM) /* Caller can reclaim */ macro
389 #define GFP_TRANSHUGE (GFP_TRANSHUGE_LIGHT | __GFP_DIRECT_RECLAIM)
/linux/mm/
H A Dfail_page_alloc.c37 (gfp_mask & __GFP_DIRECT_RECLAIM)) in should_fail_alloc_page()
H A Dfailslab.c31 (gfpflags & __GFP_DIRECT_RECLAIM)) in should_failslab()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c29 return (sc->gfp_mask & __GFP_DIRECT_RECLAIM) || in can_block()
/linux/Documentation/core-api/
H A Dmemory-allocation.rst100 * ``GFP_KERNEL & ~__GFP_DIRECT_RECLAIM`` (or ``GFP_NOWAIT``)- optimistic
107 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC``) -
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.c183 mask &= ~__GFP_DIRECT_RECLAIM; in mlx4_alloc_icm()
/linux/lib/
H A Dref_tracker.c268 if (gfp & __GFP_DIRECT_RECLAIM) in ref_tracker_alloc()
/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c169 gfp_flags &= ~__GFP_DIRECT_RECLAIM; in ttm_pool_alloc_page()
/linux/net/netlink/
H A Daf_netlink.c1301 (allocation & ~__GFP_DIRECT_RECLAIM) | in netlink_trim()
2291 (GFP_KERNEL & ~__GFP_DIRECT_RECLAIM) | in netlink_dump()