Home
last modified time | relevance | path

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

/fs/
Dfs-writeback.c818 unsigned long this_bw = wb->avg_write_bandwidth; in wb_split_bdi_pages() local
829 if (!tot_bw || this_bw >= tot_bw) in wb_split_bdi_pages()
832 return DIV_ROUND_UP_ULL((u64)nr_pages * this_bw, tot_bw); in wb_split_bdi_pages()