Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dswap.h39 return current->flags & PF_KSWAPD; in current_is_kswapd()
A Dsched.h1735 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/linux-6.3-rc2/fs/iomap/
A Dbuffered-io.c1736 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) == in iomap_do_writepage()
/linux-6.3-rc2/mm/
A Dvmscan.c7667 tsk->flags |= PF_MEMALLOC | PF_KSWAPD; in kswapd()
7718 tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD); in kswapd()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_btree.c2896 new_pflags |= PF_MEMALLOC | PF_KSWAPD; in xfs_btree_split_worker()
/linux-6.3-rc2/fs/ext4/
A Dinode.c2074 WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) in ext4_writepage()

Completed in 47 milliseconds