Searched refs:__GFP_IO (Results 1 – 20 of 20) sorted by relevance
11 #define __GFP_IO 0x40u macro24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
191 #define __GFP_IO ((__force gfp_t)___GFP_IO) macro290 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)294 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)295 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
18 respectively __GFP_IO (note the latter implies clearing the first as well) in33 scope will inherently drop __GFP_FS respectively __GFP_IO from the given
67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
25 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\31 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
259 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
381 gfp_temp = gfp_mask & ~(__GFP_DIRECT_RECLAIM|__GFP_IO); in mempool_alloc()
1148 (PageSwapCache(page) && (sc->gfp_mask & __GFP_IO)); in shrink_page_list()1274 if (!(sc->gfp_mask & __GFP_IO)) in shrink_page_list()1818 if ((sc->gfp_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in too_many_isolated()
1749 int may_perform_io = gfp_mask & __GFP_IO; in try_to_compact_pages()
179 gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS); in pm_restrict_gfp_mask()184 if ((gfp_allowed_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in pm_suspended_storage()
3736 if (!(gfp_mask & __GFP_IO) || !memcg) in mem_cgroup_throttle_swaprate()
2365 return mapping_gfp_mask(vm_file->f_mapping) | __GFP_FS | __GFP_IO; in __get_fault_gfp_mask()
159 flags &= ~(__GFP_IO | __GFP_FS); in current_gfp_context()
33 {(unsigned long)__GFP_IO, "__GFP_IO"}, \
10 well as for non __GFP_IO allocations.19 __GFP_IO allocation requests are made to prevent file system deadlocks.
727 lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_change_fd()957 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_set_fd()
221 gfp_t __gfp_mask = gfp_mask & ~(__GFP_DIRECT_RECLAIM | __GFP_IO); in bvec_alloc()
1667 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
1927 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()
685 if (sc->gfp_mask & __GFP_IO) in bch_mca_scan()