Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dpage-writeback.c138 unsigned long wb_thresh; member
865 u64 wb_thresh; in __wb_calc_thresh() local
876 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() local
1072 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 …]
A Dbacking-dev.c57 unsigned long wb_thresh; in bdi_debug_stats_show() local
75 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