Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompaction.h85 return current->flags & PF_KCOMPACTD; in current_is_kcompactd()
H A Dsched.h1742 #define PF_KCOMPACTD 0x00010000 /* I am kcompactd */ macro
/linux/mm/
H A Dcompaction.c3171 current->flags |= PF_KCOMPACTD; in wakeup_kcompactd()
3228 current->flags &= ~PF_KCOMPACTD; in kcompactd()