Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dswap.h38 return current->flags & PF_KSWAPD; in current_is_kswapd()
H A Dsched.h1732 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/linux-6.15/fs/iomap/
H A Dbuffered-io.c1953 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC | PF_KSWAPD)) == in iomap_writepages()
/linux-6.15/mm/
H A Dvmscan.c7271 tsk->flags |= PF_MEMALLOC | PF_KSWAPD; in kswapd()
7321 tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD); in kswapd()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_btree.c3020 new_pflags |= PF_MEMALLOC | PF_KSWAPD; in xfs_btree_split_worker()