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

/linux-master/mm/
H A Dpage-writeback.c1550 int *nr_dirtied_pause)
1556 int pages; /* target nr_dirtied_pause */
1571 * This is a bit convoluted. We try to base the next nr_dirtied_pause
1582 * nr_dirtied_pause so as not to exceed max_pause. When this happens,
1583 * nr_dirtied_pause will be "dancing" with task_ratelimit.
1586 * nr_dirtied_pause will remain as stable as dirty_ratelimit.
1592 * Tiny nr_dirtied_pause is found to hurt I/O performance in the test
1596 * (deadline is fine). So push nr_dirtied_pause as high as possible
1614 *nr_dirtied_pause = pages;
1683 int nr_dirtied_pause; local
1546 wb_min_pause(struct bdi_writeback *wb, long max_pause, unsigned long task_ratelimit, unsigned long dirty_ratelimit, int *nr_dirtied_pause) argument
[all...]
/linux-master/include/trace/events/
H A Dwriteback.h672 __entry->dirtied_pause = current->nr_dirtied_pause;
/linux-master/include/linux/
H A Dsched.h1352 * When (nr_dirtied >= nr_dirtied_pause), it's time to call
1356 int nr_dirtied_pause; member in struct:task_struct
/linux-master/fs/gfs2/
H A Dfile.c799 nr_dirtied = max(current->nr_dirtied_pause -
/linux-master/kernel/
H A Dfork.c2466 p->nr_dirtied_pause = 128 >> (PAGE_SHIFT - 10);
/linux-master/fs/btrfs/
H A Dfile.c1220 nrptrs = min(nrptrs, current->nr_dirtied_pause - current->nr_dirtied);

Completed in 321 milliseconds