Searched refs:wb_thresh (Results 1 – 2 of 2) sorted by relevance
142 unsigned long wb_thresh; member767 u64 wb_thresh; in __wb_calc_thresh() local777 wb_thresh = (thresh * (100 - bdi_min_ratio)) / 100; in __wb_calc_thresh()778 wb_thresh *= numerator; in __wb_calc_thresh()779 do_div(wb_thresh, denominator); in __wb_calc_thresh()783 wb_thresh += (thresh * wb_min_ratio) / 100; in __wb_calc_thresh()784 if (wb_thresh > (thresh * wb_max_ratio) / 100) in __wb_calc_thresh()785 wb_thresh = thresh * wb_max_ratio / 100; in __wb_calc_thresh()787 return wb_thresh; in __wb_calc_thresh()909 unsigned long wb_thresh = dtc->wb_thresh; in wb_position_ratio() local[all …]
50 unsigned long wb_thresh; in bdi_debug_stats_show() local68 wb_thresh = wb_calc_thresh(wb, dirty_thresh); in bdi_debug_stats_show()88 K(wb_thresh), in bdi_debug_stats_show()