Home
last modified time | relevance | path

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

/linux/mm/
A Dpage-writeback.c137 unsigned long wb_thresh; member
756 u64 wb_thresh; in __wb_calc_thresh() local
767 wb_thresh *= numerator; in __wb_calc_thresh()
768 wb_thresh = div64_ul(wb_thresh, denominator); in __wb_calc_thresh()
776 return wb_thresh; in __wb_calc_thresh()
898 unsigned long wb_thresh = dtc->wb_thresh; in wb_position_ratio() local
963 wb_thresh); in wb_position_ratio()
1022 wb_thresh = dtc->thresh; in wb_position_ratio()
1030 wb_thresh = max(wb_thresh, (limit - dtc->dirty) / 8); in wb_position_ratio()
1758 sdtc->wb_thresh, in balance_dirty_pages()
[all …]
A Dbacking-dev.c56 unsigned long wb_thresh; in bdi_debug_stats_show() local
74 wb_thresh = wb_calc_thresh(wb, dirty_thresh); in bdi_debug_stats_show()
93 K(wb_thresh), in bdi_debug_stats_show()

Completed in 10 milliseconds