Home
last modified time | relevance | path

Searched refs:wb_thresh (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/mm/
Dpage-writeback.c137 unsigned long wb_thresh; member
753 u64 wb_thresh; in __wb_calc_thresh() local
763 wb_thresh = (thresh * (100 - bdi_min_ratio)) / 100; in __wb_calc_thresh()
764 wb_thresh *= numerator; in __wb_calc_thresh()
765 wb_thresh = div64_ul(wb_thresh, denominator); in __wb_calc_thresh()
769 wb_thresh += (thresh * wb_min_ratio) / 100; in __wb_calc_thresh()
770 if (wb_thresh > (thresh * wb_max_ratio) / 100) in __wb_calc_thresh()
771 wb_thresh = thresh * wb_max_ratio / 100; in __wb_calc_thresh()
773 return wb_thresh; in __wb_calc_thresh()
895 unsigned long wb_thresh = dtc->wb_thresh; in wb_position_ratio() local
[all …]
Dbacking-dev.c57 unsigned long wb_thresh; in bdi_debug_stats_show() local
75 wb_thresh = wb_calc_thresh(wb, dirty_thresh); in bdi_debug_stats_show()
94 K(wb_thresh), in bdi_debug_stats_show()