Home
last modified time | relevance | path

Searched refs:__GFP_FS (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dgfp_mask-from-fs-io.rst29 避免这种死锁问题的传统方法是在调用分配器时,在gfp掩码中清除__GFP_FS和__GFP_IO
41 关键部分。从该作用域的任何分配都将从给定的掩码中删除__GFP_FS和__GFP_IO,所以
/linux/tools/include/linux/
H A Dgfp_types.h256 #define __GFP_FS ((__force gfp_t)___GFP_FS) macro
377 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
382 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
/linux/include/linux/sched/
H A Dmm.h259 flags &= ~(__GFP_IO | __GFP_FS); in current_gfp_context()
261 flags &= ~__GFP_FS; in current_gfp_context()
/linux/drivers/gpu/drm/xe/
H A Dxe_shrinker.c143 bool can_backup = !!(sc->gfp_mask & __GFP_FS); in xe_shrinker_count()
216 bool can_backup = !!(sc->gfp_mask & __GFP_FS); in xe_shrinker_scan()
/linux/fs/nfs/
H A Dfscache.h105 if (current_is_kswapd() || !(gfp & __GFP_FS)) in nfs_fscache_release_folio()
H A Dlocalio.c303 mapping_set_gfp_mask(m, (gfp_mask & ~(__GFP_FS))); in nfs_local_mapping_set_gfp_nofs_context()
/linux/kernel/power/
H A Dmain.c57 WARN_ON((saved_gfp_mask & ~(__GFP_IO | __GFP_FS)) != gfp_allowed_mask); in pm_restrict_gfp_mask()
62 gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS); in pm_restrict_gfp_mask()
/linux/fs/netfs/
H A Dmisc.c326 if (current_is_kswapd() || !(gfp & __GFP_FS)) in netfs_release_folio()