Searched refs:__GFP_IO (Results 1 - 17 of 17) sorted by relevance

/linux-4.1.27/include/trace/events/
H A Dgfpflags.h24 {(unsigned long)__GFP_IO, "GFP_IO"}, \
/linux-4.1.27/include/linux/
H A Dgfp.h73 #define __GFP_IO ((__force gfp_t)___GFP_IO) /* Can start physical IO? */ macro
112 #define GFP_NOFS (__GFP_WAIT | __GFP_IO)
113 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
114 #define GFP_TEMPORARY (__GFP_WAIT | __GFP_IO | __GFP_FS | \
116 #define GFP_USER (__GFP_WAIT | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
119 #define GFP_IOFS (__GFP_IO | __GFP_FS)
128 #define GFP_RECLAIM_MASK (__GFP_WAIT|__GFP_HIGH|__GFP_IO|__GFP_FS|\
133 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_WAIT|__GFP_IO|__GFP_FS))
H A Dsched.h2019 /* __GFP_IO isn't allowed if PF_MEMALLOC_NOIO is set in current->flags
2020 * __GFP_FS is also cleared as it implies __GFP_IO.
2025 flags &= ~(__GFP_IO | __GFP_FS); memalloc_noio_flags()
/linux-4.1.27/fs/nilfs2/
H A Dmdt.h75 #define NILFS_MDT_GFP (__GFP_WAIT | __GFP_IO | __GFP_HIGHMEM)
/linux-4.1.27/mm/
H A Dmempool.c326 gfp_temp = gfp_mask & ~(__GFP_WAIT|__GFP_IO); mempool_alloc()
H A Dvmpressure.c227 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) vmpressure()
H A Dvmscan.c897 (PageSwapCache(page) && (sc->gfp_mask & __GFP_IO)); shrink_page_list()
940 * the caller does not have __GFP_FS (or __GFP_IO if it's shrink_page_list()
948 * __GFP_IO|__GFP_FS for this reason); but more thought shrink_page_list()
1008 if (!(sc->gfp_mask & __GFP_IO)) shrink_page_list()
H A Dpage-writeback.c1649 if ((gfp_mask & (__GFP_FS|__GFP_IO)) != (__GFP_FS|__GFP_IO)) throttle_vm_writeout()
H A Dcompaction.c1484 int may_perform_io = gfp_mask & __GFP_IO; try_to_compact_pages()
H A Dfilemap.c2650 * this page (__GFP_IO), and whether the call may block (__GFP_WAIT & __GFP_FS).
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dlloop.c512 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); loop_set_fd()
/linux-4.1.27/drivers/block/
H A Dloop.c443 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); do_loop_switch()
745 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); loop_set_fd()
/linux-4.1.27/drivers/md/bcache/
H A Dbtree.c676 if (sc->gfp_mask & __GFP_IO) bch_mca_scan()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_init.c1683 gfp_flags = __GFP_WAIT | __GFP_IO | __GFP_COMP; qib_setup_eagerbufs()
/linux-4.1.27/block/
H A Dbio.c214 gfp_t __gfp_mask = gfp_mask & ~(__GFP_WAIT | __GFP_IO); bvec_alloc()
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c908 gfp_flags = __GFP_WAIT | __GFP_IO | __GFP_COMP; ipath_create_user_egr()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem.c2072 gfp &= ~(__GFP_IO | __GFP_WAIT); i915_gem_object_get_pages_gtt()

Completed in 4416 milliseconds