Home
last modified time | relevance | path

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

/linux/tools/testing/radix-tree/linux/
A Dgfp.h11 #define __GFP_IO 0x40u macro
24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
/linux/Documentation/translations/zh_CN/core-api/
A Dgfp_mask-from-fs-io.rst29 避免这种死锁问题的传统方法是在调用分配器时,在gfp掩码中清除__GFP_FS和__GFP_IO
41 关键部分。从该作用域的任何分配都将从给定的掩码中删除__GFP_FS和__GFP_IO,所以
/linux/include/linux/
A Dgfp.h214 #define __GFP_IO ((__force gfp_t)___GFP_IO) macro
324 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
328 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
329 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
/linux/Documentation/core-api/
A Dgfp_mask-from-fs-io.rst20 respectively __GFP_IO (note the latter implies clearing the first as well) in
35 scope will inherently drop __GFP_FS respectively __GFP_IO from the given
/linux/net/ceph/
A Dceph_common.c205 if ((flags & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) { in ceph_kvmalloc()
207 } else if ((flags & (__GFP_IO | __GFP_FS)) == __GFP_IO) { in ceph_kvmalloc()
/linux/fs/nilfs2/
A Dmdt.h67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux/mm/
A Dinternal.h21 #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))
A Dvmpressure.c260 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
A Dmempool.c388 gfp_temp = gfp_mask & ~(__GFP_DIRECT_RECLAIM|__GFP_IO); in mempool_alloc()
A Dvmscan.c1558 (PageSwapCache(page) && (sc->gfp_mask & __GFP_IO)); in shrink_page_list()
1694 if (!(sc->gfp_mask & __GFP_IO)) in shrink_page_list()
2290 if ((sc->gfp_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in too_many_isolated()
A Dpage_alloc.c255 gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS); in pm_restrict_gfp_mask()
260 if ((gfp_allowed_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in pm_suspended_storage()
A Dcompaction.c2560 int may_perform_io = gfp_mask & __GFP_IO; in try_to_compact_pages()
A Dswapfile.c3787 if (!(gfp_mask & __GFP_IO)) in __cgroup_throttle_swaprate()
A Dshmem.c1530 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in limit_gfp_mask()
A Dmemory.c2829 return mapping_gfp_mask(vm_file->f_mapping) | __GFP_FS | __GFP_IO; in __get_fault_gfp_mask()
/linux/Documentation/vm/
A Dbalance.rst10 well as for non __GFP_IO allocations.
19 __GFP_IO allocation requests are made to prevent file system deadlocks.
/linux/include/linux/sched/
A Dmm.h195 flags &= ~(__GFP_IO | __GFP_FS); in current_gfp_context()
/linux/include/trace/events/
A Dmmflags.h33 {(unsigned long)__GFP_IO, "__GFP_IO"}, \
/linux/drivers/block/
A Dloop.c607 lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_change_fd()
1031 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_configure()
/linux/block/
A Dbio.c174 return (gfp & ~(__GFP_DIRECT_RECLAIM | __GFP_IO)) | in bvec_alloc_gfp()
/linux/drivers/infiniband/hw/qib/
A Dqib_init.c1634 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
/linux/drivers/infiniband/hw/hfi1/
A Dinit.c1835 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()
/linux/fs/f2fs/
A Dcompress.c1807 cpage = alloc_page(__GFP_NOWARN | __GFP_IO); in f2fs_cache_compressed_page()
/linux/drivers/md/bcache/
A Dbtree.c662 if (sc->gfp_mask & __GFP_IO) in bch_mca_scan()

Completed in 92 milliseconds