Home
last modified time | relevance | path

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

/linux/mm/
A Dvmscan.c6464 wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
6468 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
6727 if (waitqueue_active(&pgdat->pfmemalloc_wait)) in prepare_kswapd_sleep()
6728 wake_up_all(&pgdat->pfmemalloc_wait); in prepare_kswapd_sleep()
6971 if (waitqueue_active(&pgdat->pfmemalloc_wait) && in balance_pgdat()
6973 wake_up_all(&pgdat->pfmemalloc_wait); in balance_pgdat()
A Dmm_init.c1374 init_waitqueue_head(&pgdat->pfmemalloc_wait); in pgdat_init_internals()
/linux/include/linux/
A Dmmzone.h1341 wait_queue_head_t pfmemalloc_wait; member
/linux/Documentation/mm/
A Dphysical_memory.rst279 ``kswapd_wait``, ``pfmemalloc_wait``, ``reclaim_wait``

Completed in 27 milliseconds