Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dswap.h37 return current->flags & PF_KSWAPD; in current_is_kswapd()
Dsched.h1459 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/Linux-v5.4/fs/xfs/
Dxfs_aops.c1002 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) == in xfs_do_writepage()
/Linux-v5.4/mm/
Dvmscan.c3914 tsk->flags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD; in kswapd()
3961 tsk->flags &= ~(PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD); in kswapd()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_btree.c2865 new_pflags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD; in xfs_btree_split_worker()
/Linux-v5.4/fs/ext4/
Dinode.c2166 WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) in ext4_writepage()