Searched refs:PF_KSWAPD (Results 1 – 5 of 5) sorted by relevance
39 return current->flags & PF_KSWAPD; in current_is_kswapd()
1677 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
1997 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC | PF_KSWAPD)) == in iomap_writepages()
7188 tsk->flags |= PF_MEMALLOC | PF_KSWAPD; in kswapd()7238 tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD); in kswapd()
3022 new_pflags |= PF_MEMALLOC | PF_KSWAPD; in xfs_btree_split_worker()
Completed in 43 milliseconds