Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dphysical_memory.rst268 ``kswapd_wait``, ``pfmemalloc_wait``, ``reclaim_wait``
/linux-6.15/mm/
H A Dvmscan.c6533 wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
6537 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
6827 if (waitqueue_active(&pgdat->pfmemalloc_wait)) in prepare_kswapd_sleep()
6828 wake_up_all(&pgdat->pfmemalloc_wait); in prepare_kswapd_sleep()
7058 if (waitqueue_active(&pgdat->pfmemalloc_wait) && in balance_pgdat()
7060 wake_up_all(&pgdat->pfmemalloc_wait); in balance_pgdat()
H A Dmm_init.c1413 init_waitqueue_head(&pgdat->pfmemalloc_wait); in pgdat_init_internals()
/linux-6.15/include/linux/
H A Dmmzone.h1384 wait_queue_head_t pfmemalloc_wait; member
/linux-6.15/Documentation/mm/
H A Dphysical_memory.rst279 ``kswapd_wait``, ``pfmemalloc_wait``, ``reclaim_wait``