Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dvmscan.c6959 wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
6963 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
7219 if (waitqueue_active(&pgdat->pfmemalloc_wait)) in prepare_kswapd_sleep()
7220 wake_up_all(&pgdat->pfmemalloc_wait); in prepare_kswapd_sleep()
7460 if (waitqueue_active(&pgdat->pfmemalloc_wait) && in balance_pgdat()
7462 wake_up_all(&pgdat->pfmemalloc_wait); in balance_pgdat()
A Dpage_alloc.c7757 init_waitqueue_head(&pgdat->pfmemalloc_wait); in pgdat_init_internals()
/linux-6.3-rc2/Documentation/mm/
A Dphysical_memory.rst260 ``kswapd_wait``, ``pfmemalloc_wait``, ``reclaim_wait``
/linux-6.3-rc2/include/linux/
A Dmmzone.h1291 wait_queue_head_t pfmemalloc_wait; member

Completed in 51 milliseconds