Searched refs:vtime_base_rate (Results 1 – 3 of 3) sorted by relevance
425 u64 vtime_base_rate; member737 u64 vrate = ioc->vtime_base_rate; in ioc_refresh_margins()811 vrate_pct = div64_u64(ioc->vtime_base_rate * 100, VTIME_PER_USEC); in ioc_autop_idx()908 ioc->vtime_base_rate = VTIME_PER_USEC; in ioc_refresh_params_disk()946 s64 vperiod = ioc->period_us * ioc->vtime_base_rate; in ioc_refresh_vrate()961 vcomp_min = -(ioc->vtime_base_rate >> 1); in ioc_refresh_vrate()962 vcomp_max = ioc->vtime_base_rate; in ioc_refresh_vrate()967 atomic64_set(&ioc->vtime_rate, ioc->vtime_base_rate + vcomp); in ioc_refresh_vrate()977 u64 vrate = ioc->vtime_base_rate; in ioc_adjust_base_vrate()1017 ioc->vtime_base_rate = vrate; in ioc_adjust_base_vrate()[all …]
41 __entry->vrate = iocg->ioc->vtime_base_rate;163 __entry->old_vrate = ioc->vtime_base_rate;
102 self.vrate_pct = ioc.vtime_base_rate.value_() * 100 / VTIME_PER_USEC