Searched refs:PF_KSWAPD (Results 1 – 6 of 6) sorted by relevance
39 return current->flags & PF_KSWAPD; in current_is_kswapd()
1735 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
1736 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) == in iomap_do_writepage()
7667 tsk->flags |= PF_MEMALLOC | PF_KSWAPD; in kswapd()7718 tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD); in kswapd()
2896 new_pflags |= PF_MEMALLOC | PF_KSWAPD; in xfs_btree_split_worker()
2074 WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) in ext4_writepage()
Completed in 42 milliseconds