Home
last modified time | relevance | path

Searched refs:__GFP_IO (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/tools/testing/radix-tree/linux/
Dgfp.h11 #define __GFP_IO 0x40u macro
24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
/Linux-v4.19/include/linux/
Dgfp.h191 #define __GFP_IO ((__force gfp_t)___GFP_IO) macro
290 #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)
/Linux-v4.19/Documentation/core-api/
Dgfp_mask-from-fs-io.rst18 respectively __GFP_IO (note the latter implies clearing the first as well) in
33 scope will inherently drop __GFP_FS respectively __GFP_IO from the given
/Linux-v4.19/fs/nilfs2/
Dmdt.h67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/Linux-v4.19/mm/
Dinternal.h25 #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))
Dvmpressure.c259 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
Dmempool.c381 gfp_temp = gfp_mask & ~(__GFP_DIRECT_RECLAIM|__GFP_IO); in mempool_alloc()
Dvmscan.c1148 (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()
Dcompaction.c1749 int may_perform_io = gfp_mask & __GFP_IO; in try_to_compact_pages()
Dpage_alloc.c179 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()
Dswapfile.c3736 if (!(gfp_mask & __GFP_IO) || !memcg) in mem_cgroup_throttle_swaprate()
Dmemory.c2365 return mapping_gfp_mask(vm_file->f_mapping) | __GFP_FS | __GFP_IO; in __get_fault_gfp_mask()
/Linux-v4.19/include/linux/sched/
Dmm.h159 flags &= ~(__GFP_IO | __GFP_FS); in current_gfp_context()
/Linux-v4.19/include/trace/events/
Dmmflags.h33 {(unsigned long)__GFP_IO, "__GFP_IO"}, \
/Linux-v4.19/Documentation/vm/
Dbalance.rst10 well as for non __GFP_IO allocations.
19 __GFP_IO allocation requests are made to prevent file system deadlocks.
/Linux-v4.19/drivers/block/
Dloop.c727 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()
/Linux-v4.19/block/
Dbio.c221 gfp_t __gfp_mask = gfp_mask & ~(__GFP_DIRECT_RECLAIM | __GFP_IO); in bvec_alloc()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_init.c1667 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dinit.c1927 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()
/Linux-v4.19/drivers/md/bcache/
Dbtree.c685 if (sc->gfp_mask & __GFP_IO) in bch_mca_scan()