Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dvmscan.c3216 wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
3223 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
3485 if (waitqueue_active(&pgdat->pfmemalloc_wait)) in prepare_kswapd_sleep()
3486 wake_up_all(&pgdat->pfmemalloc_wait); in prepare_kswapd_sleep()
3698 if (waitqueue_active(&pgdat->pfmemalloc_wait) && in balance_pgdat()
3700 wake_up_all(&pgdat->pfmemalloc_wait); in balance_pgdat()
Dpage_alloc.c7057 init_waitqueue_head(&pgdat->pfmemalloc_wait); in pgdat_init_internals()
/kernel/linux/linux-5.10/include/linux/
Dmmzone.h780 wait_queue_head_t pfmemalloc_wait; member