Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dgfp_types.h210 #define __GFP_IO ((__force gfp_t)___GFP_IO) macro
329 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
333 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
334 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dbalance.rst18 对于 !__GFP_HIGH 和 !__GFP_KSWAPD_RECLAIM 以及非 __GFP_IO 的分配,需要进行
25 __GFP_IO分配请求是为了防止文件系统死锁。
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dgfp_mask-from-fs-io.rst29 避免这种死锁问题的传统方法是在调用分配器时,在gfp掩码中清除__GFP_FS和__GFP_IO
41 关键部分。从该作用域的任何分配都将从给定的掩码中删除__GFP_FS和__GFP_IO,所以
/linux-6.3-rc2/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-6.3-rc2/fs/nilfs2/
A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux-6.3-rc2/Documentation/mm/
A Dbalance.rst8 well as for non __GFP_IO allocations.
17 __GFP_IO allocation requests are made to prevent file system deadlocks.
/linux-6.3-rc2/include/trace/events/
A Dmmflags.h34 gfpflag_string(__GFP_IO), \
/linux-6.3-rc2/include/linux/sched/
A Dmm.h213 flags &= ~(__GFP_IO | __GFP_FS); in current_gfp_context()
/linux-6.3-rc2/mm/
A Dvmpressure.c260 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
A Dinternal.h24 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
30 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
A Dvmalloc.c3037 if ((gfp_mask & (__GFP_FS | __GFP_IO)) == __GFP_IO) in __vmalloc_area_node()
3039 else if ((gfp_mask & (__GFP_FS | __GFP_IO)) == 0) in __vmalloc_area_node()
3049 if ((gfp_mask & (__GFP_FS | __GFP_IO)) == __GFP_IO) in __vmalloc_area_node()
3051 else if ((gfp_mask & (__GFP_FS | __GFP_IO)) == 0) in __vmalloc_area_node()
A Dmempool.c394 gfp_temp = gfp_mask & ~(__GFP_DIRECT_RECLAIM|__GFP_IO); in mempool_alloc()
A Dvmscan.c1642 if (!folio_test_swapcache(folio) || !(gfp_mask & __GFP_IO)) in may_enter_fs()
1844 if (!(sc->gfp_mask & __GFP_IO)) in shrink_folio_list()
2394 if ((sc->gfp_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in too_many_isolated()
4898 if (!(sc->gfp_mask & __GFP_IO) && in isolate_folio()
5287 if (swappiness && !(sc->gfp_mask & __GFP_IO)) in try_to_shrink_lruvec()
A Dcompaction.c2592 int may_perform_io = (__force int)(gfp_mask & __GFP_IO); in try_to_compact_pages()
A Dpage_alloc.c318 gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS); in pm_restrict_gfp_mask()
323 if ((gfp_allowed_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in pm_suspended_storage()
A Dswapfile.c3643 if (!(gfp_mask & __GFP_IO)) in __cgroup_throttle_swaprate()
A Dshmem.c1528 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM; in limit_gfp_mask()
A Dmemory.c2898 return mapping_gfp_mask(vm_file->f_mapping) | __GFP_FS | __GFP_IO; in __get_fault_gfp_mask()
/linux-6.3-rc2/drivers/block/
A Dloop.c612 lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_change_fd()
1077 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_configure()
/linux-6.3-rc2/block/
A Dbio.c179 return (gfp & ~(__GFP_DIRECT_RECLAIM | __GFP_IO)) | in bvec_alloc_gfp()
/linux-6.3-rc2/fs/f2fs/
A Dcompress.c1849 cpage = alloc_page(__GFP_NOWARN | __GFP_IO); in f2fs_cache_compressed_page()
/linux-6.3-rc2/drivers/md/bcache/
A Dbtree.c662 if (sc->gfp_mask & __GFP_IO) in bch_mca_scan()

Completed in 84 milliseconds