Home
last modified time | relevance | path

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

/Linux-v5.10/include/trace/events/
Diocost.h26 __field(u64, vrate)
41 __entry->vrate = now->vrate;
55 __entry->now, __entry->vnow, __entry->vrate,
/Linux-v5.10/block/
Dblk-iocost.c562 u64 vrate; member
761 u64 vrate = ioc->vtime_base_rate; in ioc_refresh_margins() local
763 margins->min = (period_us * MARGIN_MIN_PCT / 100) * vrate; in ioc_refresh_margins()
764 margins->low = (period_us * MARGIN_LOW_PCT / 100) * vrate; in ioc_refresh_margins()
765 margins->target = (period_us * MARGIN_TARGET_PCT / 100) * vrate; in ioc_refresh_margins()
983 now->vrate = atomic64_read(&ioc->vtime_rate); in ioc_now()
996 (now->now - ioc->period_at) * now->vrate; in ioc_now()
2313 u64 vrate = ioc->vtime_base_rate; in ioc_timer_fn() local
2325 if (vrate < vrate_min) { in ioc_timer_fn()
2326 vrate = div64_u64(vrate * (100 + VRATE_CLAMP_ADJ_PCT), in ioc_timer_fn()
[all …]
/Linux-v5.10/drivers/gpu/drm/msm/dsi/pll/
Ddsi_pll_14nm.c338 static u32 pll_14nm_kvco_slop(u32 vrate) in pll_14nm_kvco_slop() argument
342 if (vrate > VCO_MIN_RATE && vrate <= 1800000000UL) in pll_14nm_kvco_slop()
344 else if (vrate > 1800000000UL && vrate < 2300000000UL) in pll_14nm_kvco_slop()
346 else if (vrate > 2300000000UL && vrate < VCO_MAX_RATE) in pll_14nm_kvco_slop()
/Linux-v5.10/tools/cgroup/
Diocost_monitor.py155 vrate = ioc.vtime_rate.counter.value_()
156 period_vtime = ioc.period_us.value_() * vrate