Home
last modified time | relevance | path

Searched refs:PF_MEMALLOC_NORECLAIM (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sched/
H A Dmm.h256 PF_MEMALLOC_NORECLAIM |
263 if (pflags & PF_MEMALLOC_NORECLAIM) in current_gfp_context()
/linux/include/linux/
H A Dsched.h1684 #define PF_MEMALLOC_NORECLAIM 0x00800000 /* All allocation requests will clear __GFP_DIRECT_RECLAIM */
1660 #define PF_MEMALLOC_NORECLAIM global() macro
/linux/fs/bcachefs/
H A Dfs.c323 memalloc_flags_do(PF_MEMALLOC_NORECLAIM|PF_MEMALLOC_NOWARN, in __bch2_create()