Home
last modified time | relevance | path

Searched refs:PF_KSWAPD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dswap.h39 return current->flags & PF_KSWAPD; in current_is_kswapd()
H A Dsched.h1743 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c1909 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) == in iomap_do_writepage()
/openbmc/linux/mm/
H A Dvmscan.c7774 tsk->flags |= PF_MEMALLOC | PF_KSWAPD; in kswapd()
7825 tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD); in kswapd()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree.c2895 new_pflags |= PF_MEMALLOC | PF_KSWAPD; in xfs_btree_split_worker()