Home
last modified time | relevance | path

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

/linux/mm/
A Dvmscan.c3774 wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
3778 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
4026 if (waitqueue_active(&pgdat->pfmemalloc_wait)) in prepare_kswapd_sleep()
4027 wake_up_all(&pgdat->pfmemalloc_wait); in prepare_kswapd_sleep()
4268 if (waitqueue_active(&pgdat->pfmemalloc_wait) && in balance_pgdat()
4270 wake_up_all(&pgdat->pfmemalloc_wait); in balance_pgdat()
A Dpage_alloc.c7412 init_waitqueue_head(&pgdat->pfmemalloc_wait); in pgdat_init_internals()
/linux/include/linux/
A Dmmzone.h852 wait_queue_head_t pfmemalloc_wait; member

Completed in 29 milliseconds