Searched refs:wb_max_thresh (Results 1 – 1 of 1) sorted by relevance
898 u64 wb_max_thresh; in __wb_calc_thresh() local930 wb_max_thresh = thresh * wb_max_ratio / (100 * BDI_RATIO_SCALE); in __wb_calc_thresh()931 if (wb_thresh > wb_max_thresh) in __wb_calc_thresh()932 wb_thresh = wb_max_thresh; in __wb_calc_thresh()