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

/linux-master/mm/
H A Dvmscan.c6395 * it is not safe to block on pfmemalloc_wait as kswapd could be
6400 wait_event_interruptible_timeout(pgdat->pfmemalloc_wait,
6404 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait,
6656 * be sleeping on pfmemalloc_wait, so wake them now if necessary. If
6661 if (waitqueue_active(&pgdat->pfmemalloc_wait))
6662 wake_up_all(&pgdat->pfmemalloc_wait);
6900 * to be throttled on pfmemalloc_wait as they should not be
6903 if (waitqueue_active(&pgdat->pfmemalloc_wait) &&
6905 wake_up_all(&pgdat->pfmemalloc_wait);
H A Dmm_init.c1364 init_waitqueue_head(&pgdat->pfmemalloc_wait);
/linux-master/include/linux/
H A Dmmzone.h1318 wait_queue_head_t pfmemalloc_wait; member in struct:pglist_data

Completed in 164 milliseconds