Home
last modified time | relevance | path

Searched refs:new_bw (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/kernel/sched/
Ddeadline.c227 __dl_overflow(struct dl_bw *dl_b, unsigned long cap, u64 old_bw, u64 new_bw) in __dl_overflow() argument
230 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
311 static void dl_change_utilization(struct task_struct *p, u64 new_bw) in dl_change_utilization() argument
335 __add_rq_bw(new_bw, &rq->dl); in dl_change_utilization()
2764 u64 new_bw = to_ratio(period, runtime); in sched_dl_global_validate() local
2785 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()
2814 u64 new_bw = -1; in sched_dl_do_global() local
2821 new_bw = to_ratio(global_rt_period(), global_rt_runtime()); in sched_dl_do_global()
2834 dl_b->bw = new_bw; in sched_dl_do_global()
2855 u64 new_bw = dl_policy(policy) ? to_ratio(period, runtime) : 0; in sched_dl_overflow() local
[all …]
/linux-6.6.21/net/mac80211/
Dvht.c637 enum ieee80211_sta_rx_bandwidth new_bw; in __ieee80211_vht_handle_opmode() local
693 new_bw = ieee80211_sta_cur_vht_bw(link_sta); in __ieee80211_vht_handle_opmode()
694 if (new_bw != link_sta->pub->bandwidth) { in __ieee80211_vht_handle_opmode()
695 link_sta->pub->bandwidth = new_bw; in __ieee80211_vht_handle_opmode()
Drx.c3540 enum ieee80211_sta_rx_bandwidth max_bw, new_bw; in ieee80211_rx_h_action() local
3555 new_bw = ieee80211_sta_cur_vht_bw(rx->link_sta); in ieee80211_rx_h_action()
3557 if (rx->link_sta->pub->bandwidth == new_bw) in ieee80211_rx_h_action()
3560 rx->link_sta->pub->bandwidth = new_bw; in ieee80211_rx_h_action()
/linux-6.6.21/drivers/edac/
Dedac_mc_sysfs.c730 int new_bw = 0; in mci_sdram_scrub_rate_store() local
735 new_bw = mci->set_sdram_scrub_rate(mci, bandwidth); in mci_sdram_scrub_rate_store()
736 if (new_bw < 0) { in mci_sdram_scrub_rate_store()
Di7core_edac.c1957 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()
De752x_edac.c988 static int set_sdram_scrub_rate(struct mem_ctl_info *mci, u32 new_bw) in set_sdram_scrub_rate() argument
1005 if (scrubrates[i].bandwidth >= new_bw) in set_sdram_scrub_rate()
Damd64_edac.c187 static int __set_scrub_rate(struct amd64_pvt *pvt, u32 new_bw, u32 min_rate) in __set_scrub_rate() argument
209 if (scrubrates[i].bandwidth <= new_bw) in __set_scrub_rate()
/linux-6.6.21/drivers/thunderbolt/
Dtunnel.c636 u32 new_rate, new_lanes, new_bw; in tb_dp_xchg_caps() local
646 new_bw = tb_dp_bandwidth(new_rate, new_lanes); in tb_dp_xchg_caps()
648 new_rate, new_lanes, new_bw); in tb_dp_xchg_caps()