Lines Matching refs:wb_thresh
146 unsigned long wb_thresh; member
765 u64 wb_thresh; in __wb_calc_thresh() local
775 wb_thresh = (thresh * (100 - bdi_min_ratio)) / 100; in __wb_calc_thresh()
776 wb_thresh *= numerator; in __wb_calc_thresh()
777 wb_thresh = div64_ul(wb_thresh, denominator); in __wb_calc_thresh()
781 wb_thresh += (thresh * wb_min_ratio) / 100; in __wb_calc_thresh()
782 if (wb_thresh > (thresh * wb_max_ratio) / 100) in __wb_calc_thresh()
783 wb_thresh = thresh * wb_max_ratio / 100; in __wb_calc_thresh()
785 return wb_thresh; in __wb_calc_thresh()
907 unsigned long wb_thresh = dtc->wb_thresh; in wb_position_ratio() local
962 if (dtc->wb_dirty >= wb_thresh) in wb_position_ratio()
965 wb_setpoint = dirty_freerun_ceiling(wb_thresh, in wb_position_ratio()
968 if (wb_setpoint == 0 || wb_setpoint == wb_thresh) in wb_position_ratio()
972 wb_thresh); in wb_position_ratio()
1030 if (unlikely(wb_thresh > dtc->thresh)) in wb_position_ratio()
1031 wb_thresh = dtc->thresh; in wb_position_ratio()
1039 wb_thresh = max(wb_thresh, (limit - dtc->dirty) / 8); in wb_position_ratio()
1044 x = div_u64((u64)wb_thresh << 16, dtc->thresh | 1); in wb_position_ratio()
1054 span = (dtc->thresh - wb_thresh + 8 * write_bw) * (u64)x >> 16; in wb_position_ratio()
1068 x_intercept = wb_thresh / 2; in wb_position_ratio()
1305 setpoint = (dtc->wb_thresh + dtc->wb_bg_thresh) / 2; in wb_update_dirty_ratelimit()
1528 dtc->wb_thresh = __wb_calc_thresh(dtc); in wb_dirty_limits()
1530 div_u64((u64)dtc->wb_thresh * dtc->bg_thresh, dtc->thresh) : 0; in wb_dirty_limits()
1542 if (dtc->wb_thresh < 2 * wb_stat_error()) { in wb_dirty_limits()
1597 thresh = gdtc->wb_thresh; in balance_dirty_pages()
1622 m_thresh = mdtc->wb_thresh; in balance_dirty_pages()
1678 dirty_freerun_ceiling(gdtc->wb_thresh, in balance_dirty_pages()
1687 dirty_exceeded = (gdtc->wb_dirty > gdtc->wb_thresh) && in balance_dirty_pages()
1705 dirty_freerun_ceiling(mdtc->wb_thresh, in balance_dirty_pages()
1714 dirty_exceeded |= (mdtc->wb_dirty > mdtc->wb_thresh) && in balance_dirty_pages()
1762 sdtc->wb_thresh, in balance_dirty_pages()
1791 sdtc->wb_thresh, in balance_dirty_pages()