Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dswap.h35 return current->flags & PF_KSWAPD; in current_is_kswapd()
Dsched.h1385 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/Linux-v4.19/fs/xfs/
Dxfs_aops.c829 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) == in xfs_do_writepage()
/Linux-v4.19/mm/
Dvmscan.c3757 tsk->flags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD; in kswapd()
3804 tsk->flags &= ~(PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD); in kswapd()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_btree.c2876 new_pflags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD; in xfs_btree_split_worker()
/Linux-v4.19/fs/ext4/
Dinode.c2152 WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) in ext4_writepage()