Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage-writeback.c1129 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()
/linux-6.15/include/linux/
H A Dwriteback.h333 unsigned long wb_bg_thresh; member