Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_tunnel.c95 int new_bw; in has_tunnel_bw_changed() local
97 new_bw = get_current_link_bw(intel_dp); in has_tunnel_bw_changed()
100 if (old_bw == new_bw) in has_tunnel_bw_changed()
107 kbytes_to_mbits(old_bw), kbytes_to_mbits(new_bw)); in has_tunnel_bw_changed()
731 int new_bw; in atomic_decrease_bw() local
746 new_bw = drm_dp_tunnel_atomic_get_required_bw(new_tunnel_state); in atomic_decrease_bw()
748 if (new_bw >= old_bw) in atomic_decrease_bw()
751 drm_dp_tunnel_alloc_bw(tunnel, new_bw); in atomic_decrease_bw()
/linux/kernel/sched/
H A Ddeadline.c207 __dl_overflow(struct dl_bw *dl_b, unsigned long cap, u64 old_bw, u64 new_bw) in __dl_overflow() argument
210 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
291 static void dl_rq_change_utilization(struct rq *rq, struct sched_dl_entity *dl_se, u64 new_bw) in dl_rq_change_utilization() argument
310 __add_rq_bw(new_bw, &rq->dl); in dl_rq_change_utilization()
336 static void dl_change_utilization(struct task_struct *p, u64 new_bw) in dl_change_utilization() argument
343 dl_rq_change_utilization(task_rq(p), &p->dl, new_bw); in dl_change_utilization()
1877 u64 new_bw = dl_se->dl_bw; in __dl_server_attach_root() local
1887 __dl_add(dl_b, new_bw, dl_bw_cpus(cpu)); in __dl_server_attach_root()
1893 u64 new_bw = to_ratio(period, runtime); in dl_server_apply_params() local
1906 if (__dl_overflow(dl_b, cap, old_bw, new_bw)) in dl_server_apply_params()
[all …]
/linux/drivers/edac/
H A Dedac_mc_sysfs.c358 int new_bw = 0; in mci_sdram_scrub_rate_store() local
363 new_bw = mci->set_sdram_scrub_rate(mci, bandwidth); in mci_sdram_scrub_rate_store()
364 if (new_bw < 0) { in mci_sdram_scrub_rate_store()
H 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()
/linux/mm/
H A Dmempolicy.c223 unsigned int *old_bw, *new_bw; in mempolicy_set_node_perf() local
228 new_bw = kcalloc(nr_node_ids, sizeof(unsigned int), GFP_KERNEL); in mempolicy_set_node_perf()
229 if (!new_bw) in mempolicy_set_node_perf()
234 kfree(new_bw); in mempolicy_set_node_perf()
250 memcpy(new_bw, old_bw, nr_node_ids * sizeof(*old_bw)); in mempolicy_set_node_perf()
251 new_bw[node] = bw_val; in mempolicy_set_node_perf()
252 node_bw_table = new_bw; in mempolicy_set_node_perf()
264 reduce_interleave_weights(new_bw, new_wi_state->iw_table); in mempolicy_set_node_perf()