| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | deadline.c | 217 static void dl_change_utilization(struct task_struct *p, u64 new_bw) in dl_change_utilization() argument 241 __add_rq_bw(new_bw, &rq->dl); in dl_change_utilization() 2557 u64 new_bw = to_ratio(period, runtime); in sched_dl_global_validate() local 2577 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate() 2605 u64 new_bw = -1; in sched_dl_do_global() local 2614 new_bw = to_ratio(global_rt_period(), global_rt_runtime()); in sched_dl_do_global() 2624 dl_b->bw = new_bw; in sched_dl_do_global() 2645 u64 new_bw = dl_policy(policy) ? to_ratio(period, runtime) : 0; in sched_dl_overflow() local 2654 if (new_bw == p->dl.dl_bw && task_has_dl_policy(p)) in sched_dl_overflow() 2667 !__dl_overflow(dl_b, cap, 0, new_bw)) { in sched_dl_overflow() [all …]
|
| H A D | sched.h | 324 u64 old_bw, u64 new_bw) in __dl_overflow() argument 327 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | vht.c | 558 enum ieee80211_sta_rx_bandwidth new_bw; in __ieee80211_vht_handle_opmode() local 599 new_bw = ieee80211_sta_cur_vht_bw(sta); in __ieee80211_vht_handle_opmode() 600 if (new_bw != sta->sta.bandwidth) { in __ieee80211_vht_handle_opmode() 601 sta->sta.bandwidth = new_bw; in __ieee80211_vht_handle_opmode()
|
| H A D | rx.c | 3297 enum ieee80211_sta_rx_bandwidth max_bw, new_bw; in ieee80211_rx_h_action() local 3312 new_bw = ieee80211_sta_cur_vht_bw(rx->sta); in ieee80211_rx_h_action() 3314 if (rx->sta->sta.bandwidth == new_bw) in ieee80211_rx_h_action() 3317 rx->sta->sta.bandwidth = new_bw; in ieee80211_rx_h_action()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_csa.c | 123 u8 new_bw = (u8)new_chan_def.bw; in rtw_ecsa_update_sta_chan_info() local 128 pmlmeext->chandef.bw = new_bw; in rtw_ecsa_update_sta_chan_info() 145 if (rtw_chset_is_dfs_chbw(rfctl->channel_set, new_ch, new_bw, new_offset)) { in rtw_ecsa_update_sta_chan_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_csa.c | 123 u8 new_bw = (u8)new_chan_def.bw; in rtw_ecsa_update_sta_chan_info() local 128 pmlmeext->chandef.bw = new_bw; in rtw_ecsa_update_sta_chan_info() 145 if (rtw_chset_is_dfs_chbw(rfctl->channel_set, new_ch, new_bw, new_offset)) { in rtw_ecsa_update_sta_chan_info()
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | edac_mc_sysfs.c | 706 int new_bw = 0; in mci_sdram_scrub_rate_store() local 711 new_bw = mci->set_sdram_scrub_rate(mci, bandwidth); in mci_sdram_scrub_rate_store() 712 if (new_bw < 0) { in mci_sdram_scrub_rate_store()
|
| H A D | i7core_edac.c | 1957 static int set_sdram_scrub_rate(struct mem_ctl_info *mci, u32 new_bw) in set_sdram_scrub_rate() argument 1971 if (new_bw == 0) { in set_sdram_scrub_rate() 1992 do_div(scrub_interval, new_bw); in set_sdram_scrub_rate() 2011 return new_bw; in set_sdram_scrub_rate()
|
| H A D | e752x_edac.c | 989 static int set_sdram_scrub_rate(struct mem_ctl_info *mci, u32 new_bw) in set_sdram_scrub_rate() argument 1006 if (scrubrates[i].bandwidth >= new_bw) in set_sdram_scrub_rate()
|
| H A D | amd64_edac.c | 189 static int __set_scrub_rate(struct amd64_pvt *pvt, u32 new_bw, u32 min_rate) in __set_scrub_rate() argument 211 if (scrubrates[i].bandwidth <= new_bw) in __set_scrub_rate()
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | tunnel.c | 481 u32 new_rate, new_lanes, new_bw; in tb_dp_xchg_caps() local 491 new_bw = tb_dp_bandwidth(new_rate, new_lanes); in tb_dp_xchg_caps() 493 new_rate, new_lanes, new_bw); in tb_dp_xchg_caps()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 10296 static bool rtw_ap_check_csa_setting(_adapter* a, u8 new_ch, u8 new_bw, u8 new_offset) in rtw_ap_check_csa_setting() argument 10326 RTW_INFO("CSA : reject, channel not legal csa_setting:%u,%u,%u\n", new_ch, new_bw, new_offset); in rtw_ap_check_csa_setting() 10333 rtw_is_chbw_grouped(new_ch, new_bw, new_offset, u_ch, u_bw, u_offset) == _FALSE) { in rtw_ap_check_csa_setting() 10335 new_ch, new_bw, new_offset, u_ch, u_bw, u_offset); in rtw_ap_check_csa_setting() 10340 c_ch, c_bw, c_offset, new_ch, new_bw, new_offset, u_ch, u_bw, u_offset); in rtw_ap_check_csa_setting()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 10471 static bool rtw_ap_check_csa_setting(_adapter* a, u8 new_ch, u8 new_bw, u8 new_offset) in rtw_ap_check_csa_setting() argument 10501 RTW_INFO("CSA : reject, channel not legal csa_setting:%u,%u,%u\n", new_ch, new_bw, new_offset); in rtw_ap_check_csa_setting() 10508 rtw_is_chbw_grouped(new_ch, new_bw, new_offset, u_ch, u_bw, u_offset) == _FALSE) { in rtw_ap_check_csa_setting() 10510 new_ch, new_bw, new_offset, u_ch, u_bw, u_offset); in rtw_ap_check_csa_setting() 10515 c_ch, c_bw, c_offset, new_ch, new_bw, new_offset, u_ch, u_bw, u_offset); in rtw_ap_check_csa_setting()
|