Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dswap.h38 return current->flags & PF_KSWAPD; in current_is_kswapd()
H A Dsched.h1749 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h34 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/linux/fs/iomap/
H A Dbuffered-io.c1765 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC | PF_KSWAPD)) == in iomap_writepages()
/linux/mm/
H A Dvmscan.c7345 tsk->flags |= PF_MEMALLOC | PF_KSWAPD; in kswapd()
7395 tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD); in kswapd()
/linux/fs/xfs/libxfs/
H A Dxfs_btree.c3021 new_pflags |= PF_MEMALLOC | PF_KSWAPD; in xfs_btree_split_worker()