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

/linux-master/include/linux/
H A Dswap.h39 return current->flags & PF_KSWAPD;
H A Dsched.h1635 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/linux-master/fs/iomap/
H A Dbuffered-io.c1978 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC | PF_KSWAPD)) ==
/linux-master/mm/
H A Dvmscan.c7120 tsk->flags |= PF_MEMALLOC | PF_KSWAPD;
7170 tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD);
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c3055 new_pflags |= PF_MEMALLOC | PF_KSWAPD;

Completed in 220 milliseconds