Searched refs:__GFP_IO (Results 1 – 21 of 21) 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)
202 if ((flags & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) { in ceph_kvmalloc()204 } else if ((flags & (__GFP_IO | __GFP_FS)) == __GFP_IO) { in ceph_kvmalloc()
20 respectively __GFP_IO (note the latter implies clearing the first as well) in35 scope will inherently drop __GFP_FS respectively __GFP_IO from the given
67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
21 #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))
256 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
389 gfp_temp = gfp_mask & ~(__GFP_DIRECT_RECLAIM|__GFP_IO); in mempool_alloc()
1164 (PageSwapCache(page) && (sc->gfp_mask & __GFP_IO)); in shrink_page_list()1290 if (!(sc->gfp_mask & __GFP_IO)) in shrink_page_list()1852 if ((sc->gfp_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in too_many_isolated()
233 gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS); in pm_restrict_gfp_mask()238 if ((gfp_allowed_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in pm_suspended_storage()4479 if (order >= pageblock_order && (gfp_mask & __GFP_IO) && in __alloc_pages_slowpath()
2343 int may_perform_io = gfp_mask & __GFP_IO; in try_to_compact_pages()
3745 if (!(gfp_mask & __GFP_IO) || !memcg) in mem_cgroup_throttle_swaprate()
2181 return mapping_gfp_mask(vm_file->f_mapping) | __GFP_FS | __GFP_IO; in __get_fault_gfp_mask()
187 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.
719 lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_change_fd()992 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_set_fd()
1634 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
209 gfp_t __gfp_mask = gfp_mask & ~(__GFP_DIRECT_RECLAIM | __GFP_IO); in bvec_alloc()
1939 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()
713 if (sc->gfp_mask & __GFP_IO) in bch_mca_scan()