Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dvmscan.c2808 wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
2815 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
3058 if (waitqueue_active(&pgdat->pfmemalloc_wait)) in prepare_kswapd_sleep()
3059 wake_up_all(&pgdat->pfmemalloc_wait); in prepare_kswapd_sleep()
3298 if (waitqueue_active(&pgdat->pfmemalloc_wait) && in balance_pgdat()
3300 wake_up_all(&pgdat->pfmemalloc_wait); in balance_pgdat()
Dpage_alloc.c5210 init_waitqueue_head(&pgdat->pfmemalloc_wait); in free_area_init_core()
/linux-4.4.14/include/linux/
Dmmzone.h669 wait_queue_head_t pfmemalloc_wait; member