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

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

Completed in 329 milliseconds