Searched refs:tot_bw (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | isoch.c | 87 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()
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | isoch.c | 87 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()
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs-writeback.c | 819 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_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()
|
/kernel/linux/linux-5.10/mm/ |
H A D | page-writeback.c | 188 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_min_max_ratio() local 196 if (this_bw < tot_bw) { in wb_min_max_ratio() 199 min = div64_ul(min, tot_bw); in wb_min_max_ratio() 203 max = div64_ul(max, tot_bw); in wb_min_max_ratio()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs-writeback.c | 930 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_split_bdi_pages() local 940 if (!tot_bw || this_bw >= tot_bw) in wb_split_bdi_pages() 943 return DIV_ROUND_UP_ULL((u64)nr_pages * this_bw, tot_bw); in wb_split_bdi_pages()
|
/kernel/linux/linux-6.6/mm/ |
H A D | page-writeback.c | 188 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_min_max_ratio() local 196 if (this_bw < tot_bw) { in wb_min_max_ratio() 199 min = div64_ul(min, tot_bw); in wb_min_max_ratio() 203 max = div64_ul(max, tot_bw); in wb_min_max_ratio()
|
Completed in 15 milliseconds