Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Da2mp.h87 __le32 total_bw; member
Da2mp.c913 rsp.total_bw = cpu_to_le32(hdev->amp_total_bw); in a2mp_send_getinfo_rsp()
Dhci_event.c834 hdev->amp_total_bw = __le32_to_cpu(rp->total_bw); in hci_cc_read_local_amp_info()
/linux-4.4.14/kernel/sched/
Dsched.h188 u64 bw, total_bw; member
194 dl_b->total_bw -= tsk_bw; in __dl_clear()
200 dl_b->total_bw += tsk_bw; in __dl_add()
207 dl_b->bw * cpus < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
Ddeadline.c69 dl_b->total_bw = 0; in init_dl_bw()
1250 dl_b->total_bw -= p->dl.dl_bw; in task_dead_dl()
Dcore.c5059 cur_dl_b->bw * trial_cpus < cur_dl_b->total_bw) in cpuset_cpumask_can_shrink()
8073 if (new_bw < dl_b->total_bw) in sched_dl_global_validate()
/linux-4.4.14/drivers/atm/
Dhe.c1507 he_dev->total_bw = 0; in he_start()
2198 if ((he_dev->total_bw + pcr_goal) in he_open()
2219 he_dev->total_bw += pcr_goal; in he_open()
2475 he_dev->total_bw -= he_dev->cs_stper[reg].pcr; in he_close()
2780 he_dev->total_bw, he_dev->atm_dev->link_rate * 10 / 9); in he_proc_read()
Dhe.h276 unsigned total_bw; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c834 const u16 total_bw, in bnx2x_ets_e3b0_set_cos_bw() argument
841 const u32 cos_bw_nig = ((bw ? bw : 1) * min_w_val_nig) / total_bw; in bnx2x_ets_e3b0_set_cos_bw()
842 const u32 cos_bw_pbf = ((bw ? bw : 1) * min_w_val_pbf) / total_bw; in bnx2x_ets_e3b0_set_cos_bw()
905 u16 *total_bw) in bnx2x_ets_e3b0_get_total_bw() argument
911 *total_bw = 0 ; in bnx2x_ets_e3b0_get_total_bw()
925 *total_bw += in bnx2x_ets_e3b0_get_total_bw()
931 if ((is_bw_cos_exist == 1) && (*total_bw != 100)) { in bnx2x_ets_e3b0_get_total_bw()
932 if (*total_bw == 0) { in bnx2x_ets_e3b0_get_total_bw()
1145 u16 total_bw = 0; in bnx2x_ets_e3b0_config() local
1172 &total_bw); in bnx2x_ets_e3b0_config()
[all …]
/linux-4.4.14/include/net/bluetooth/
Dhci.h1233 __le32 total_bw; member