Searched refs:wait_iff_congested (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/mm/
H A Dbacking-dev.c950 * wait_iff_congested - Conditionally wait for a backing_dev to become uncongested or a zone to complete writes
968 long wait_iff_congested(struct zone *zone, int sync, long timeout) wait_iff_congested() function
1015 EXPORT_SYMBOL(wait_iff_congested); variable
H A Dvmscan.c938 * reclaim_congested which affects wait_iff_congested. kswapd shrink_page_list()
1661 * backed by a congested BDI and wait_iff_congested will stall. shrink_inactive_list()
1692 wait_iff_congested(zone, BLK_RW_ASYNC, HZ/10); shrink_inactive_list()
H A Dpage_alloc.c2914 wait_iff_congested(ac->preferred_zone, BLK_RW_ASYNC, __alloc_pages_high_priority()
3157 wait_iff_congested(ac->preferred_zone, BLK_RW_ASYNC, HZ/50); __alloc_pages_slowpath()
/linux-4.4.14/include/linux/
H A Dbacking-dev.h200 long wait_iff_congested(struct zone *zone, int sync, long timeout);

Completed in 143 milliseconds