Home
last modified time | relevance | path

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

/mm/
Dpage-writeback.c671 unsigned long bdi_thresh, in bdi_position_ratio() argument
728 if (bdi_dirty >= bdi_thresh) in bdi_position_ratio()
731 bdi_bg_thresh = div_u64((u64)bdi_thresh * bg_thresh, thresh); in bdi_position_ratio()
732 bdi_setpoint = dirty_freerun_ceiling(bdi_thresh, in bdi_position_ratio()
735 if (bdi_setpoint == 0 || bdi_setpoint == bdi_thresh) in bdi_position_ratio()
739 bdi_thresh); in bdi_position_ratio()
796 if (unlikely(bdi_thresh > thresh)) in bdi_position_ratio()
797 bdi_thresh = thresh; in bdi_position_ratio()
805 bdi_thresh = max(bdi_thresh, (limit - dirty) / 8); in bdi_position_ratio()
810 x = div_u64((u64)bdi_thresh << 16, thresh | 1); in bdi_position_ratio()
[all …]
Dbacking-dev.c71 unsigned long bdi_thresh; in bdi_debug_stats_show() local
89 bdi_thresh = bdi_dirty_limit(bdi, dirty_thresh); in bdi_debug_stats_show()
109 K(bdi_thresh), in bdi_debug_stats_show()