Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dvmscan.c6627 wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
6631 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
6887 if (waitqueue_active(&pgdat->pfmemalloc_wait)) in prepare_kswapd_sleep()
6888 wake_up_all(&pgdat->pfmemalloc_wait); in prepare_kswapd_sleep()
7128 if (waitqueue_active(&pgdat->pfmemalloc_wait) && in balance_pgdat()
7130 wake_up_all(&pgdat->pfmemalloc_wait); in balance_pgdat()
Dpage_alloc.c7721 init_waitqueue_head(&pgdat->pfmemalloc_wait); in pgdat_init_internals()
/Linux-v6.1/include/linux/
Dmmzone.h1140 wait_queue_head_t pfmemalloc_wait; member