Searched refs:total_bw (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
H A D | a2mp.h | 87 __le32 total_bw; member in struct:a2mp_info_rsp
|
H A D | a2mp.c | 913 rsp.total_bw = cpu_to_le32(hdev->amp_total_bw); a2mp_send_getinfo_rsp()
|
H A D | hci_event.c | 834 hdev->amp_total_bw = __le32_to_cpu(rp->total_bw); hci_cc_read_local_amp_info()
|
/linux-4.4.14/kernel/sched/ |
H A D | sched.h | 188 u64 bw, total_bw; member in struct:dl_bw 194 dl_b->total_bw -= tsk_bw; __dl_clear() 200 dl_b->total_bw += tsk_bw; __dl_add() 207 dl_b->bw * cpus < dl_b->total_bw - old_bw + new_bw; __dl_overflow()
|
H A D | deadline.c | 69 dl_b->total_bw = 0; init_dl_bw() 1250 dl_b->total_bw -= p->dl.dl_bw; task_dead_dl()
|
H A D | core.c | 5059 cur_dl_b->bw * trial_cpus < cur_dl_b->total_bw) cpuset_cpumask_can_shrink() 8073 if (new_bw < dl_b->total_bw) for_each_possible_cpu()
|
/linux-4.4.14/drivers/atm/ |
H A D | he.c | 1507 he_dev->total_bw = 0; he_start() 2198 if ((he_dev->total_bw + pcr_goal) he_open() 2219 he_dev->total_bw += pcr_goal; he_open() 2475 he_dev->total_bw -= he_dev->cs_stper[reg].pcr; he_close() 2780 he_dev->total_bw, he_dev->atm_dev->link_rate * 10 / 9); he_proc_read()
|
H A D | he.h | 276 unsigned total_bw; member in struct:he_dev
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 834 const u16 total_bw, bnx2x_ets_e3b0_set_cos_bw() 841 const u32 cos_bw_nig = ((bw ? bw : 1) * min_w_val_nig) / total_bw; bnx2x_ets_e3b0_set_cos_bw() 842 const u32 cos_bw_pbf = ((bw ? bw : 1) * min_w_val_pbf) / total_bw; bnx2x_ets_e3b0_set_cos_bw() 905 u16 *total_bw) bnx2x_ets_e3b0_get_total_bw() 911 *total_bw = 0 ; bnx2x_ets_e3b0_get_total_bw() 925 *total_bw += bnx2x_ets_e3b0_get_total_bw() 931 if ((is_bw_cos_exist == 1) && (*total_bw != 100)) { bnx2x_ets_e3b0_get_total_bw() 932 if (*total_bw == 0) { bnx2x_ets_e3b0_get_total_bw() 1145 u16 total_bw = 0; bnx2x_ets_e3b0_config() local 1172 &total_bw); bnx2x_ets_e3b0_config() 1194 total_bw, bnx2x_ets_e3b0_config() 1289 const u32 total_bw = cos0_bw + cos1_bw; bnx2x_ets_bw_limit() local 1295 if ((!total_bw) || bnx2x_ets_bw_limit() 1303 total_bw; bnx2x_ets_bw_limit() 1305 total_bw; bnx2x_ets_bw_limit() 830 bnx2x_ets_e3b0_set_cos_bw(struct bnx2x *bp, const u8 cos_entry, const u32 min_w_val_nig, const u32 min_w_val_pbf, const u16 total_bw, const u8 bw, const u8 port) bnx2x_ets_e3b0_set_cos_bw() argument 902 bnx2x_ets_e3b0_get_total_bw( const struct link_params *params, struct bnx2x_ets_params *ets_params, u16 *total_bw) bnx2x_ets_e3b0_get_total_bw() argument
|
/linux-4.4.14/include/net/bluetooth/ |
H A D | hci.h | 1233 __le32 total_bw; member in struct:hci_rp_read_local_amp_info
|
Completed in 417 milliseconds