Searched refs:this_bw (Results 1 – 2 of 2) sorted by relevance
191 unsigned long this_bw = wb->avg_write_bandwidth; in wb_min_max_ratio() local200 if (this_bw < tot_bw) { in wb_min_max_ratio()202 min *= this_bw; in wb_min_max_ratio()206 max *= this_bw; in wb_min_max_ratio()
759 unsigned long this_bw = wb->avg_write_bandwidth; in wb_split_bdi_pages() local770 if (!tot_bw || this_bw >= tot_bw) in wb_split_bdi_pages()773 return DIV_ROUND_UP_ULL((u64)nr_pages * this_bw, tot_bw); in wb_split_bdi_pages()