Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h34 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/linux/include/linux/
H A Dsched.h1774 #define PF_KSWAPD 0x00020000 /* I am kswapd */ macro
/linux/fs/iomap/
H A Dbuffered-io.c1954 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC | PF_KSWAPD)) == in iomap_writepages()