Searched refs:kswapd_wait (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dvmscan.c6315 if (!wmark_ok && waitqueue_active(&pgdat->kswapd_wait)) {
6319 wake_up_interruptible(&pgdat->kswapd_wait);
7009 prepare_to_wait(&pgdat->kswapd_wait, &wait, TASK_INTERRUPTIBLE);
7049 finish_wait(&pgdat->kswapd_wait, &wait);
7050 prepare_to_wait(&pgdat->kswapd_wait, &wait, TASK_INTERRUPTIBLE);
7081 finish_wait(&pgdat->kswapd_wait, &wait);
7203 if (!waitqueue_active(&pgdat->kswapd_wait))
7224 wake_up_interruptible(&pgdat->kswapd_wait);
H A Dmm_init.c1363 init_waitqueue_head(&pgdat->kswapd_wait);
/linux-master/include/linux/
H A Dmmzone.h1317 wait_queue_head_t kswapd_wait; member in struct:pglist_data

Completed in 145 milliseconds