Searched refs:tot_bw (Results 1 – 3 of 3) sorted by relevance
88 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; in agp_3_5_isochronous_node_enable() local150 tot_bw += master[cdev].maxbw; in agp_3_5_isochronous_node_enable()157 if (tot_bw > target.maxbw) { in agp_3_5_isochronous_node_enable()
773 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_split_bdi_pages() local783 if (!tot_bw || this_bw >= tot_bw) in wb_split_bdi_pages()786 return DIV_ROUND_UP_ULL((u64)nr_pages * this_bw, tot_bw); in wb_split_bdi_pages()
192 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_min_max_ratio() local200 if (this_bw < tot_bw) { in wb_min_max_ratio()203 do_div(min, tot_bw); in wb_min_max_ratio()207 do_div(max, tot_bw); in wb_min_max_ratio()