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

/linux-4.1.27/include/linux/
H A Dswap.h33 return current->flags & PF_KSWAPD; current_is_kswapd()
H A Dsched.h1982 #define PF_KSWAPD 0x00040000 /* I am kswapd */ macro
/linux-4.1.27/fs/xfs/
H A Dxfs_aops.c969 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) == xfs_vm_writepage()
/linux-4.1.27/mm/
H A Dvmscan.c3379 tsk->flags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD; kswapd()
3436 tsk->flags &= ~(PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD); kswapd()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_btree.c2537 new_pflags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD; xfs_btree_split_worker()
/linux-4.1.27/fs/ext4/
H A Dinode.c1867 WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) ext4_writepage()

Completed in 555 milliseconds