Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage-writeback.c53 * by raising pause time to max_pause when falls below it.
882 * threshold as a hard limit when sleeping max_pause per page is not enough
1594 long max_pause, in wb_min_pause() argument
1622 * below dirty_ratelimit/2 and the target pause is max_pause, the next in wb_min_pause()
1623 * pause time will be max_pause*2 _trimmed down_ to max_pause. As a in wb_min_pause()
1629 * nr_dirtied_pause so as not to exceed max_pause. When this happens, in wb_min_pause()
1631 * 2) limit the target pause time to max_pause/2, so that the normal in wb_min_pause()
1635 t = min(t, 1 + max_pause / 2); in wb_min_pause()
1647 t = max_pause; in wb_min_pause()
1822 long max_pause; balance_dirty_pages() local
[all...]