Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dswap.h39 return current->flags & PF_KSWAPD; in current_is_kswapd()
Dsched.h1743 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/linux-6.6.21/fs/iomap/
Dbuffered-io.c1905 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) == in iomap_do_writepage()
/linux-6.6.21/mm/
Dvmscan.c7771 tsk->flags |= PF_MEMALLOC | PF_KSWAPD; in kswapd()
7822 tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD); in kswapd()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_btree.c2895 new_pflags |= PF_MEMALLOC | PF_KSWAPD; in xfs_btree_split_worker()