Home
last modified time | relevance | path

Searched refs:VTIME_PER_USEC (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/cgroup/
Diocost_monitor.py50 VTIME_PER_USEC = prog['VTIME_PER_USEC'].value_() variable
102 self.vrate_pct = ioc.vtime_base_rate.value_() * 100 / VTIME_PER_USEC
164 self.debt_ms = iocg.abs_vdebt.value_() / VTIME_PER_USEC / 1000
/linux-5.19.10/block/
Dblk-iocost.c249 VTIME_PER_USEC = VTIME_PER_SEC / USEC_PER_SEC, enumerator
256 VRATE_MIN = VTIME_PER_USEC * VRATE_MIN_PPM / MILLION,
828 vrate_pct = div64_u64(ioc->vtime_base_rate * 100, VTIME_PER_USEC); in ioc_autop_idx()
914 atomic64_set(&ioc->vtime_rate, VTIME_PER_USEC); in ioc_refresh_params()
929 VTIME_PER_USEC, MILLION); in ioc_refresh_params()
931 VTIME_PER_USEC, MILLION); in ioc_refresh_params()
2871 ioc->vtime_base_rate = VTIME_PER_USEC; in blk_iocost_init()
2872 atomic64_set(&ioc->vtime_rate, VTIME_PER_USEC); in blk_iocost_init()
3018 VTIME_PER_USEC); in ioc_pd_stat()