Searched defs:nr_dirtied_pause (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dpage-writeback.c1081 int *nr_dirtied_pause)
1087 int pages; /* target nr_dirtied_pause */
1102 * This is a bit convoluted. We try to base the next nr_dirtied_pause
1113 * nr_dirtied_pause so as not to exceed max_pause. When this happens,
1114 * nr_dirtied_pause will be "dancing" with task_ratelimit.
1117 * nr_dirtied_pause will remain as stable as dirty_ratelimit.
1123 * Tiny nr_dirtied_pause is found to hurt I/O performance in the test
1127 * (deadline is fine). So push nr_dirtied_pause as high as possible
1145 *nr_dirtied_pause = pages;
1174 int nr_dirtied_pause; local
1077 bdi_min_pause(struct backing_dev_info *bdi, long max_pause, unsigned long task_ratelimit, unsigned long dirty_ratelimit, int *nr_dirtied_pause) argument
[all...]

Completed in 133 milliseconds