Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py321 total_bw = tc3_bw + tc4_bw
322 tc3_percentage = (tc3_bw / total_bw) * 100
323 tc4_percentage = (tc4_bw / total_bw) * 100
330 'total_bw': total_bw
341 ksft_pr(f"Total bandwidth: {bw_data['total_bw']:.2f} Gbits/sec")
350 total = bw_data['total_bw']
/linux/kernel/sched/
H A Ddeadline.c195 dl_b->total_bw -= tsk_bw; in __dl_sub()
202 dl_b->total_bw += tsk_bw; in __dl_add()
210 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
516 dl_b->total_bw = 0; in init_dl_bw()
3267 rd->dl_bw.total_bw = 0; in dl_clear_root_domain()
3486 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()
3833 if (dl_b->total_bw - dl_server_bw > 0) { in dl_bw_manage()
H A Ddebug.c1036 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
H A Dsched.h351 u64 total_bw; member
/linux/tools/testing/selftests/sched_ext/
H A DMakefile192 total_bw \
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c828 const u16 total_bw, in bnx2x_ets_e3b0_set_cos_bw() argument
835 const u32 cos_bw_nig = ((bw ? bw : 1) * min_w_val_nig) / total_bw; in bnx2x_ets_e3b0_set_cos_bw()
836 const u32 cos_bw_pbf = ((bw ? bw : 1) * min_w_val_pbf) / total_bw; in bnx2x_ets_e3b0_set_cos_bw()
895 u16 *total_bw) in bnx2x_ets_e3b0_get_total_bw() argument
901 *total_bw = 0 ; in bnx2x_ets_e3b0_get_total_bw()
915 *total_bw += in bnx2x_ets_e3b0_get_total_bw()
921 if ((is_bw_cos_exist == 1) && (*total_bw != 100)) { in bnx2x_ets_e3b0_get_total_bw()
922 if (*total_bw == 0) { in bnx2x_ets_e3b0_get_total_bw()
1135 u16 total_bw = 0; in bnx2x_ets_e3b0_config() local
1162 &total_bw); in bnx2x_ets_e3b0_config()
[all …]