Searched refs:vrate (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/virtio/
H A Dvirtio_pcm_ops.c164 int vrate = -1; local
175 vrate = g_a2v_rate_map[i].vio_bit;
180 if (vformat == -1 || vrate == -1)
193 request->rate = vrate;
/linux-master/include/trace/events/
H A Diocost.h26 __field(u64, vrate)
41 __entry->vrate = iocg->ioc->vtime_base_rate;
51 TP_printk("[%s:%s] now=%llu:%llu vrate=%llu "
55 __entry->now, __entry->vnow, __entry->vrate,
173 TP_printk("[%s] vrate=%llu->%llu busy=%d missed_ppm=%u:%u rq_wait_pct=%u lagging=%d shortages=%d",
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_14nm.c237 static u32 pll_14nm_kvco_slop(u32 vrate) argument
241 if (vrate > VCO_MIN_RATE && vrate <= 1800000000UL)
243 else if (vrate > 1800000000UL && vrate < 2300000000UL)
245 else if (vrate > 2300000000UL && vrate < VCO_MAX_RATE)
/linux-master/tools/cgroup/
H A Diocost_monitor.py133 f'vrate={self.vrate_pct:6.2f}%:{self.ivrate_pct:6.2f}% ' \
158 vrate = ioc.vtime_rate.counter.value_()
159 period_vtime = ioc.period_us.value_() * vrate
/linux-master/block/
H A Dblk-iocost.c97 * To slow down, we lower the vrate - the rate at which the device vtime
99 * at the vrate of 75%, all cgroups added up would only be able to issue
108 * indication that the device is saturated and we lower the vrate. This
148 * implemented by adjusting vrate dynamically. However, squaring who can
160 * sdb RUN per=300ms cur_per=234.218:v203.695 busy= +1 vrate= 62.12%
167 * - vrate : Device virtual time rate against wall clock
254 /* bound vrate adjustments within two orders of magnitude */
648 * vrate adjust percentages indexed by ioc->busy_level. We adjust up on
757 u64 vrate = ioc->vtime_base_rate; local
759 margins->min = (period_us * MARGIN_MIN_PCT / 100) * vrate;
997 u64 vrate = ioc->vtime_base_rate; local
1045 u64 vrate; local
[all...]

Completed in 105 milliseconds