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

/linux-master/fs/btrfs/
H A Dfile.c1230 nrptrs = min(nrptrs, current->nr_dirtied_pause - current->nr_dirtied);
/linux-master/fs/gfs2/
H A Dfile.c800 nr_dirtied = max(current->nr_dirtied_pause -
/linux-master/include/linux/
H A Dsched.h1358 * When (nr_dirtied >= nr_dirtied_pause), it's time to call
1362 int nr_dirtied_pause; member in struct:task_struct
/linux-master/include/trace/events/
H A Dwriteback.h672 __entry->dirtied_pause = current->nr_dirtied_pause;
/linux-master/kernel/
H A Dfork.c2466 p->nr_dirtied_pause = 128 >> (PAGE_SHIFT - 10);
/linux-master/mm/
H A Dpage-writeback.c1572 int *nr_dirtied_pause)
1578 int pages; /* target nr_dirtied_pause */
1593 * This is a bit convoluted. We try to base the next nr_dirtied_pause
1604 * nr_dirtied_pause so as not to exceed max_pause. When this happens,
1605 * nr_dirtied_pause will be "dancing" with task_ratelimit.
1608 * nr_dirtied_pause will remain as stable as dirty_ratelimit.
1614 * Tiny nr_dirtied_pause is found to hurt I/O performance in the test
1618 * (deadline is fine). So push nr_dirtied_pause as high as possible
1636 *nr_dirtied_pause = pages;
1705 int nr_dirtied_pause; local
1568 wb_min_pause(struct bdi_writeback *wb, long max_pause, unsigned long task_ratelimit, unsigned long dirty_ratelimit, int *nr_dirtied_pause) argument
[all...]

Completed in 217 milliseconds