Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
H A Dwriteback.h532 unsigned long dirty_thresh
536 dirty_thresh
543 __field(unsigned long, dirty_thresh)
555 __entry->dirty_thresh = dirty_thresh;
565 __entry->dirty_thresh,
/kernel/linux/linux-6.6/include/trace/events/
H A Dwriteback.h533 unsigned long dirty_thresh
537 dirty_thresh
544 __field(unsigned long, dirty_thresh)
556 __entry->dirty_thresh = dirty_thresh;
566 __entry->dirty_thresh,
/kernel/linux/linux-6.6/mm/
H A Dpage-writeback.c667 unsigned long dirty_thresh; in bdi_ratio_from_pages() local
670 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_ratio_from_pages()
671 ratio = div64_u64(pages * 100ULL * BDI_RATIO_SCALE, dirty_thresh); in bdi_ratio_from_pages()
679 unsigned long dirty_thresh; in bdi_get_bytes() local
682 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_get_bytes()
683 bytes = (dirty_thresh * PAGE_SIZE * ratio) / BDI_RATIO_SCALE / 100; in bdi_get_bytes()
1628 * dirty_thresh, due to reasons in wb_dirty_limits()
1665 * the caller to wait once crossing the (background_thresh + dirty_thresh) / 2.
1940 * pages exceeds dirty_thresh, give the other good wb's a pipe in balance_dirty_pages()
2206 unsigned long dirty_thresh; in writeback_set_ratelimit() local
[all...]
H A Dbacking-dev.c54 unsigned long dirty_thresh; in bdi_debug_stats_show() local
72 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show()
73 wb_thresh = wb_calc_thresh(wb, dirty_thresh); in bdi_debug_stats_show()
93 K(dirty_thresh), in bdi_debug_stats_show()
/kernel/linux/linux-5.10/mm/
H A Dbacking-dev.c51 unsigned long dirty_thresh; in bdi_debug_stats_show() local
69 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show()
70 wb_thresh = wb_calc_thresh(wb, dirty_thresh); in bdi_debug_stats_show()
91 K(dirty_thresh), in bdi_debug_stats_show()
H A Dpage-writeback.c1531 * dirty_thresh, due to reasons in wb_dirty_limits()
1568 * the caller to wait once crossing the (background_thresh + dirty_thresh) / 2.
1827 * pages exceeds dirty_thresh, give the other good wb's a pipe in balance_dirty_pages()
2077 unsigned long dirty_thresh; in writeback_set_ratelimit() local
2079 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit()
2080 dom->dirty_limit = dirty_thresh; in writeback_set_ratelimit()
2081 ratelimit_pages = dirty_thresh / (num_online_cpus() * 32); in writeback_set_ratelimit()

Completed in 12 milliseconds