Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dcompaction.c2040 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in wakeup_kcompactd()
2048 wake_up_interruptible(&pgdat->kcompactd_wait); in wakeup_kcompactd()
2072 wait_event_freezable(pgdat->kcompactd_wait, in kcompactd()
Dpage_alloc.c6210 init_waitqueue_head(&pgdat->kcompactd_wait); in pgdat_init_kcompactd()
/Linux-v4.19/include/linux/
Dmmzone.h668 wait_queue_head_t kcompactd_wait; member