Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/char/agp/
Disoch.c87 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; in agp_3_5_isochronous_node_enable() local
147 tot_bw += master[cdev].maxbw; in agp_3_5_isochronous_node_enable()
154 if (tot_bw > target.maxbw) { in agp_3_5_isochronous_node_enable()
/linux-6.12.1/mm/
Dbacking-dev.c116 unsigned long tot_bw; in bdi_debug_stats_show() local
123 tot_bw = atomic_long_read(&bdi->tot_write_bandwidth); in bdi_debug_stats_show()
147 K(tot_bw), in bdi_debug_stats_show()
Dpage-writeback.c190 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_min_max_ratio() local
198 if (this_bw < tot_bw) { in wb_min_max_ratio()
201 min = div64_ul(min, tot_bw); in wb_min_max_ratio()
205 max = div64_ul(max, tot_bw); in wb_min_max_ratio()
/linux-6.12.1/fs/
Dfs-writeback.c954 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_split_bdi_pages() local
964 if (!tot_bw || this_bw >= tot_bw) in wb_split_bdi_pages()
967 return DIV_ROUND_UP_ULL((u64)nr_pages * this_bw, tot_bw); in wb_split_bdi_pages()