Home
last modified time | relevance | path

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

/linux/mm/
H A Dbacking-dev.c51 unsigned long dirty_thresh; member
83 stats->wb_thresh += wb_calc_thresh(wb, stats->dirty_thresh); in collect_wb_stats()
114 unsigned long dirty_thresh; in bdi_debug_stats_show() local
118 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show()
121 stats.dirty_thresh = dirty_thresh; in bdi_debug_stats_show()
143 K(dirty_thresh), in bdi_debug_stats_show()
197 unsigned long dirty_thresh; in cgwb_debug_stats_show() local
200 global_dirty_limits(&background_thresh, &dirty_thresh); in cgwb_debug_stats_show()
204 struct wb_stats stats = { .dirty_thresh = dirty_thresh }; in cgwb_debug_stats_show()
H A Dpage-writeback.c661 unsigned long dirty_thresh; in bdi_check_pages_limit()
664 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_check_pages_limit()
665 if (!dirty_thresh)
667 ratio = div64_u64(pages * 100ULL * BDI_RATIO_SCALE, dirty_thresh); in bdi_ratio_from_pages()
675 unsigned long dirty_thresh; in bdi_ratio_from_pages()
678 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_ratio_from_pages()
679 bytes = (dirty_thresh * PAGE_SIZE * ratio) / BDI_RATIO_SCALE / 100;
1667 * dirty_thresh, due to reasons
1798 * the caller to wait once crossing the (background_thresh + dirty_thresh) / 2. in balance_wb_limits()
1972 * pages exceeds dirty_thresh, giv in balance_dirty_pages()
669 unsigned long dirty_thresh; bdi_ratio_from_pages() local
683 unsigned long dirty_thresh; bdi_get_bytes() local
2249 unsigned long dirty_thresh; writeback_set_ratelimit() local
[all...]
/linux/include/trace/events/
H A Dwriteback.h565 unsigned long dirty_thresh
569 dirty_thresh
576 __field(unsigned long, dirty_thresh)
588 __entry->dirty_thresh = dirty_thresh;
598 __entry->dirty_thresh,