Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Ddeadline.c257 __add_rq_bw(new_bw, &rq->dl); in dl_change_utilization()
2678 u64 new_bw = to_ratio(period, runtime); in sched_dl_global_validate() local
2699 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()
2728 u64 new_bw = -1; in sched_dl_do_global() local
2751 dl_b->bw = new_bw; in sched_dl_do_global()
2781 if (new_bw == p->dl.dl_bw && task_has_dl_policy(p)) in sched_dl_overflow()
2794 !__dl_overflow(dl_b, cap, 0, new_bw)) { in sched_dl_overflow()
2797 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow()
2800 !__dl_overflow(dl_b, cap, p->dl.dl_bw, new_bw)) { in sched_dl_overflow()
2809 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow()
[all …]
A Dsched.h321 u64 old_bw, u64 new_bw) in __dl_overflow() argument
324 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
/linux/net/mac80211/
A Dvht.c565 enum ieee80211_sta_rx_bandwidth new_bw; in __ieee80211_vht_handle_opmode() local
606 new_bw = ieee80211_sta_cur_vht_bw(sta); in __ieee80211_vht_handle_opmode()
607 if (new_bw != sta->sta.bandwidth) { in __ieee80211_vht_handle_opmode()
608 sta->sta.bandwidth = new_bw; in __ieee80211_vht_handle_opmode()
A Drx.c3353 enum ieee80211_sta_rx_bandwidth max_bw, new_bw; in ieee80211_rx_h_action() local
3368 new_bw = ieee80211_sta_cur_vht_bw(rx->sta); in ieee80211_rx_h_action()
3370 if (rx->sta->sta.bandwidth == new_bw) in ieee80211_rx_h_action()
3373 rx->sta->sta.bandwidth = new_bw; in ieee80211_rx_h_action()
/linux/drivers/edac/
A Dedac_mc_sysfs.c706 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()
A 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()
A 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()
A Damd64_edac.c189 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()
/linux/drivers/thunderbolt/
A Dtunnel.c559 u32 new_rate, new_lanes, new_bw; in tb_dp_xchg_caps() local
569 new_bw = tb_dp_bandwidth(new_rate, new_lanes); in tb_dp_xchg_caps()
571 new_rate, new_lanes, new_bw); in tb_dp_xchg_caps()

Completed in 44 milliseconds