Home
last modified time | relevance | path

Searched refs:vtime_rate (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/trace/events/
Diocost.h163 __entry->old_vrate = atomic64_read(&ioc->vtime_rate);;
/Linux-v5.15/tools/cgroup/
Diocost_monitor.py155 vrate = ioc.vtime_rate.counter.value_()
/Linux-v5.15/block/
Dblk-iocost.c420 atomic64_t vtime_rate; member
915 atomic64_set(&ioc->vtime_rate, VTIME_PER_USEC); in ioc_refresh_params()
968 atomic64_set(&ioc->vtime_rate, ioc->vtime_base_rate + vcomp); in ioc_refresh_vrate()
983 trace_iocost_ioc_vrate_adj(ioc, atomic64_read(&ioc->vtime_rate), in ioc_adjust_base_vrate()
1029 now->vrate = atomic64_read(&ioc->vtime_rate); in ioc_now()
2862 atomic64_set(&ioc->vtime_rate, VTIME_PER_USEC); in blk_iocost_init()