Searched refs:wb_thresh (Results 1 – 2 of 2) sorted by relevance
138 unsigned long wb_thresh; member865 u64 wb_thresh; in __wb_calc_thresh() local876 wb_thresh *= numerator; in __wb_calc_thresh()877 wb_thresh = div64_ul(wb_thresh, denominator); in __wb_calc_thresh()885 return wb_thresh; in __wb_calc_thresh()1007 unsigned long wb_thresh = dtc->wb_thresh; in wb_position_ratio() local1072 wb_thresh); in wb_position_ratio()1131 wb_thresh = dtc->thresh; in wb_position_ratio()1139 wb_thresh = max(wb_thresh, (limit - dtc->dirty) / 8); in wb_position_ratio()1882 sdtc->wb_thresh, in balance_dirty_pages()[all …]
57 unsigned long wb_thresh; in bdi_debug_stats_show() local75 wb_thresh = wb_calc_thresh(wb, dirty_thresh); in bdi_debug_stats_show()94 K(wb_thresh), in bdi_debug_stats_show()
Completed in 10 milliseconds