Home
last modified time | relevance | path

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

/linux-5.19.10/sound/virtio/
Dvirtio_pcm_ops.c164 int vrate = -1; in virtsnd_pcm_dev_set_params() local
175 vrate = g_a2v_rate_map[i].vio_bit; in virtsnd_pcm_dev_set_params()
180 if (vformat == -1 || vrate == -1) in virtsnd_pcm_dev_set_params()
193 request->rate = vrate; in virtsnd_pcm_dev_set_params()
/linux-5.19.10/include/trace/events/
Diocost.h26 __field(u64, vrate)
41 __entry->vrate = now->vrate;
55 __entry->now, __entry->vnow, __entry->vrate,
/linux-5.19.10/block/
Dblk-iocost.c559 u64 vrate; member
758 u64 vrate = ioc->vtime_base_rate; in ioc_refresh_margins() local
760 margins->min = (period_us * MARGIN_MIN_PCT / 100) * vrate; in ioc_refresh_margins()
761 margins->low = (period_us * MARGIN_LOW_PCT / 100) * vrate; in ioc_refresh_margins()
762 margins->target = (period_us * MARGIN_TARGET_PCT / 100) * vrate; in ioc_refresh_margins()
977 u64 vrate = ioc->vtime_base_rate; in ioc_adjust_base_vrate() local
994 if (vrate < vrate_min) { in ioc_adjust_base_vrate()
995 vrate = div64_u64(vrate * (100 + VRATE_CLAMP_ADJ_PCT), 100); in ioc_adjust_base_vrate()
996 vrate = min(vrate, vrate_min); in ioc_adjust_base_vrate()
997 } else if (vrate > vrate_max) { in ioc_adjust_base_vrate()
[all …]
/linux-5.19.10/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy_14nm.c237 static u32 pll_14nm_kvco_slop(u32 vrate) in pll_14nm_kvco_slop() argument
241 if (vrate > VCO_MIN_RATE && vrate <= 1800000000UL) in pll_14nm_kvco_slop()
243 else if (vrate > 1800000000UL && vrate < 2300000000UL) in pll_14nm_kvco_slop()
245 else if (vrate > 2300000000UL && vrate < VCO_MAX_RATE) in pll_14nm_kvco_slop()
/linux-5.19.10/tools/cgroup/
Diocost_monitor.py155 vrate = ioc.vtime_rate.counter.value_()
156 period_vtime = ioc.period_us.value_() * vrate