Home
last modified time | relevance | path

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

/Linux-v6.6/include/trace/events/
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,
/Linux-v6.6/mm/
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()
2206 unsigned long dirty_thresh; in writeback_set_ratelimit() local
2208 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit()
2209 dom->dirty_limit = dirty_thresh; in writeback_set_ratelimit()
2210 ratelimit_pages = dirty_thresh / (num_online_cpus() * 32); in writeback_set_ratelimit()
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()