Searched refs:wb_max_thresh (Results 1 – 1 of 1) sorted by relevance
887 u64 wb_max_thresh; in __wb_calc_thresh() local919 wb_max_thresh = thresh * wb_max_ratio / (100 * BDI_RATIO_SCALE); in __wb_calc_thresh()920 if (wb_thresh > wb_max_thresh) in __wb_calc_thresh()921 wb_thresh = wb_max_thresh; in __wb_calc_thresh()