Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/
Dsparx5_calendar.c178 u64 reg, offset, this_bw; in sparx5_config_auto_calendar() local
184 this_bw = sparx5_cal_speed_to_value(spd); in sparx5_config_auto_calendar()
186 used_port_bw += this_bw; in sparx5_config_auto_calendar()
189 this_bw = this_bw / 2; in sparx5_config_auto_calendar()
190 total_bw += this_bw; in sparx5_config_auto_calendar()
/linux-6.1.9/kernel/sched/
Ddeadline.c239 SCHED_WARN_ON(dl_rq->running_bw > dl_rq->this_bw); in __add_running_bw()
261 u64 old = dl_rq->this_bw; in __add_rq_bw()
264 dl_rq->this_bw += dl_bw; in __add_rq_bw()
265 SCHED_WARN_ON(dl_rq->this_bw < old); /* overflow */ in __add_rq_bw()
271 u64 old = dl_rq->this_bw; in __sub_rq_bw()
274 dl_rq->this_bw -= dl_bw; in __sub_rq_bw()
275 SCHED_WARN_ON(dl_rq->this_bw > old); /* underflow */ in __sub_rq_bw()
276 if (dl_rq->this_bw > old) in __sub_rq_bw()
277 dl_rq->this_bw = 0; in __sub_rq_bw()
278 SCHED_WARN_ON(dl_rq->running_bw > dl_rq->this_bw); in __sub_rq_bw()
[all …]
Dsched.h750 u64 this_bw; member
/linux-6.1.9/mm/
Dpage-writeback.c186 unsigned long this_bw = READ_ONCE(wb->avg_write_bandwidth); in wb_min_max_ratio() local
195 if (this_bw < tot_bw) { in wb_min_max_ratio()
197 min *= this_bw; in wb_min_max_ratio()
201 max *= this_bw; in wb_min_max_ratio()
/linux-6.1.9/fs/
Dfs-writeback.c908 unsigned long this_bw = wb->avg_write_bandwidth; in wb_split_bdi_pages() local
919 if (!tot_bw || this_bw >= tot_bw) in wb_split_bdi_pages()
922 return DIV_ROUND_UP_ULL((u64)nr_pages * this_bw, tot_bw); in wb_split_bdi_pages()
/linux-6.1.9/Documentation/scheduler/
Dsched-deadline.rst203 - Total bandwidth (this_bw): this is the sum of all tasks "belonging" to the