Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dpage-writeback.c191 unsigned long this_bw = wb->avg_write_bandwidth; in wb_min_max_ratio() local
200 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()
/linux-4.4.14/fs/
Dfs-writeback.c759 unsigned long this_bw = wb->avg_write_bandwidth; in wb_split_bdi_pages() local
770 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()