Home
last modified time | relevance | path

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

/Linux-v6.1/tools/cgroup/
Diocost_monitor.py155 vrate = ioc.vtime_rate.counter.value_()
/Linux-v6.1/include/trace/events/
Diocost.h163 __entry->old_vrate = atomic64_read(&ioc->vtime_rate);
/Linux-v6.1/block/
Dblk-iocost.c420 atomic64_t vtime_rate; member
910 atomic64_set(&ioc->vtime_rate, VTIME_PER_USEC); in ioc_refresh_params()
963 atomic64_set(&ioc->vtime_rate, ioc->vtime_base_rate + vcomp); in ioc_refresh_vrate()
978 trace_iocost_ioc_vrate_adj(ioc, atomic64_read(&ioc->vtime_rate), in ioc_adjust_base_vrate()
1024 now->vrate = atomic64_read(&ioc->vtime_rate); in ioc_now()
2869 atomic64_set(&ioc->vtime_rate, VTIME_PER_USEC); in blk_iocost_init()