Home
last modified time | relevance | path

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

/fs/
Dfs-writeback.c816 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_split_bdi_pages() local
826 if (!tot_bw || this_bw >= tot_bw) in wb_split_bdi_pages()
829 return DIV_ROUND_UP_ULL((u64)nr_pages * this_bw, tot_bw); in wb_split_bdi_pages()