Lines Matching refs:wb_thresh

137 	unsigned long		wb_thresh;  member
756 u64 wb_thresh; in __wb_calc_thresh() local
766 wb_thresh = (thresh * (100 - bdi_min_ratio)) / 100; in __wb_calc_thresh()
767 wb_thresh *= numerator; in __wb_calc_thresh()
768 wb_thresh = div64_ul(wb_thresh, denominator); in __wb_calc_thresh()
772 wb_thresh += (thresh * wb_min_ratio) / 100; in __wb_calc_thresh()
773 if (wb_thresh > (thresh * wb_max_ratio) / 100) in __wb_calc_thresh()
774 wb_thresh = thresh * wb_max_ratio / 100; in __wb_calc_thresh()
776 return wb_thresh; in __wb_calc_thresh()
898 unsigned long wb_thresh = dtc->wb_thresh; in wb_position_ratio() local
953 if (dtc->wb_dirty >= wb_thresh) in wb_position_ratio()
956 wb_setpoint = dirty_freerun_ceiling(wb_thresh, in wb_position_ratio()
959 if (wb_setpoint == 0 || wb_setpoint == wb_thresh) in wb_position_ratio()
963 wb_thresh); in wb_position_ratio()
1021 if (unlikely(wb_thresh > dtc->thresh)) in wb_position_ratio()
1022 wb_thresh = dtc->thresh; in wb_position_ratio()
1030 wb_thresh = max(wb_thresh, (limit - dtc->dirty) / 8); in wb_position_ratio()
1035 x = div_u64((u64)wb_thresh << 16, dtc->thresh | 1); in wb_position_ratio()
1045 span = (dtc->thresh - wb_thresh + 8 * write_bw) * (u64)x >> 16; in wb_position_ratio()
1059 x_intercept = wb_thresh / 2; in wb_position_ratio()
1296 setpoint = (dtc->wb_thresh + dtc->wb_bg_thresh) / 2; in wb_update_dirty_ratelimit()
1530 dtc->wb_thresh = __wb_calc_thresh(dtc); in wb_dirty_limits()
1532 div_u64((u64)dtc->wb_thresh * dtc->bg_thresh, dtc->thresh) : 0; in wb_dirty_limits()
1544 if (dtc->wb_thresh < 2 * wb_stat_error()) { in wb_dirty_limits()
1599 thresh = gdtc->wb_thresh; in balance_dirty_pages()
1624 m_thresh = mdtc->wb_thresh; in balance_dirty_pages()
1677 dirty_freerun_ceiling(gdtc->wb_thresh, in balance_dirty_pages()
1686 dirty_exceeded = (gdtc->wb_dirty > gdtc->wb_thresh) && in balance_dirty_pages()
1704 dirty_freerun_ceiling(mdtc->wb_thresh, in balance_dirty_pages()
1713 dirty_exceeded |= (mdtc->wb_dirty > mdtc->wb_thresh) && in balance_dirty_pages()
1758 sdtc->wb_thresh, in balance_dirty_pages()
1787 sdtc->wb_thresh, in balance_dirty_pages()