Searched refs:wb_bg_thresh (Results 1 – 2 of 2) sorted by relevance
1129 dtc->wb_bg_thresh); in wb_position_ratio()1453 setpoint = (dtc->wb_thresh + dtc->wb_bg_thresh) / 2; in wb_update_dirty_ratelimit()1688 dtc->wb_bg_thresh = dtc->thresh ? in wb_dirty_limits()1744 bg_thresh = dtc->wb_bg_thresh; in domain_dirty_freerun()1779 dirty_freerun_ceiling(dtc->wb_thresh, dtc->wb_bg_thresh); in wb_dirty_freerun()2131 dtc->wb_bg_thresh = __wb_calc_thresh(dtc, dtc->bg_thresh); in wb_bg_dirty_limits()2132 if (dtc->wb_bg_thresh < 2 * wb_stat_error()) in wb_bg_dirty_limits()2146 if (dtc->wb_dirty > dtc->wb_bg_thresh) in domain_over_bg_thresh()
333 unsigned long wb_bg_thresh; member