Searched refs:__GFP_DIRECT_RECLAIM (Results 1 – 12 of 12) sorted by relevance
65 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);
85 * ``GFP_KERNEL & ~__GFP_DIRECT_RECLAIM`` (or ``GFP_NOWAIT`` ) - 乐观分配,不89 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC`` ) - 非
14 return !!(gfp_flags & __GFP_DIRECT_RECLAIM); in gfpflags_allow_blocking()
257 #define __GFP_DIRECT_RECLAIM ((__force gfp_t)___GFP_DIRECT_RECLAIM) /* Caller can reclaim */ macro389 #define GFP_TRANSHUGE (GFP_TRANSHUGE_LIGHT | __GFP_DIRECT_RECLAIM)
37 (gfp_mask & __GFP_DIRECT_RECLAIM)) in should_fail_alloc_page()
31 (gfpflags & __GFP_DIRECT_RECLAIM)) in should_failslab()
29 return (sc->gfp_mask & __GFP_DIRECT_RECLAIM) || in can_block()
100 * ``GFP_KERNEL & ~__GFP_DIRECT_RECLAIM`` (or ``GFP_NOWAIT``)- optimistic107 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC``) -
183 mask &= ~__GFP_DIRECT_RECLAIM; in mlx4_alloc_icm()
268 if (gfp & __GFP_DIRECT_RECLAIM) in ref_tracker_alloc()
169 gfp_flags &= ~__GFP_DIRECT_RECLAIM; in ttm_pool_alloc_page()
1301 (allocation & ~__GFP_DIRECT_RECLAIM) | in netlink_trim() 2291 (GFP_KERNEL & ~__GFP_DIRECT_RECLAIM) | in netlink_dump()