Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dbacking-dev.c546 long wait_iff_congested(struct zone *zone, int sync, long timeout) in wait_iff_congested() function
581 EXPORT_SYMBOL(wait_iff_congested);
Dpage_alloc.c2602 wait_iff_congested(ac->preferred_zone, BLK_RW_ASYNC, in __alloc_pages_high_priority()
2843 wait_iff_congested(ac->preferred_zone, BLK_RW_ASYNC, HZ/50); in __alloc_pages_slowpath()
Dvmscan.c1644 wait_iff_congested(zone, BLK_RW_ASYNC, HZ/10); in shrink_inactive_list()
/linux-4.1.27/include/linux/
Dbacking-dev.h279 long wait_iff_congested(struct zone *zone, int sync, long timeout);