Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-iocost.c513 u64 vrate; member
859 now->vrate = atomic64_read(&ioc->vtime_rate); in ioc_now()
872 (now->now - ioc->period_at) * now->vrate; in ioc_now()
1077 vmargin = ioc->margin_us * now->vrate; in iocg_activate()
1187 DIV64_U64_ROUND_UP(vshortage, now->vrate) * NSEC_PER_USEC; in iocg_kick_waitq()
1220 u64 vmargin = ioc->margin_us * now->vrate; in iocg_kick_delay()
1241 now->vrate); in iocg_kick_delay()
1247 now->vrate) * NSEC_PER_USEC; in iocg_kick_delay()
1448 vmargin = ioc->margin_us * now.vrate; in ioc_timer_fn()
1562 u64 vrate = atomic64_read(&ioc->vtime_rate); in ioc_timer_fn() local
[all …]
/Linux-v5.4/include/trace/events/
Diocost.h26 __field(u64, vrate)
42 __entry->vrate = now->vrate;
57 __entry->now, __entry->vnow, __entry->vrate,
/Linux-v5.4/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.4/tools/cgroup/
Diocost_monitor.py155 vrate = ioc.vtime_rate.counter.value_()
156 period_vtime = ioc.period_us.value_() * vrate