Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswap.h33 return current->flags & PF_KSWAPD; in current_is_kswapd()
Dsched.h2087 #define PF_KSWAPD 0x00040000 /* I am kswapd */ macro
/linux-4.4.14/mm/
Dvmscan.c3444 tsk->flags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD; in kswapd()
3501 tsk->flags &= ~(PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD); in kswapd()
/linux-4.4.14/fs/xfs/
Dxfs_aops.c974 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) == in xfs_vm_writepage()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.c2552 new_pflags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD; in xfs_btree_split_worker()
/linux-4.4.14/fs/ext4/
Dinode.c1899 WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) in ext4_writepage()