Searched refs:vtime_base_rate (Results 1 – 3 of 3) sorted by relevance
425 u64 vtime_base_rate; member757 u64 vrate = ioc->vtime_base_rate; in ioc_refresh_margins()831 vrate_pct = div64_u64(ioc->vtime_base_rate * 100, VTIME_PER_USEC); in ioc_autop_idx()928 ioc->vtime_base_rate = VTIME_PER_USEC; in ioc_refresh_params_disk()966 s64 vperiod = ioc->period_us * ioc->vtime_base_rate; in ioc_refresh_vrate()981 vcomp_min = -(ioc->vtime_base_rate >> 1); in ioc_refresh_vrate()982 vcomp_max = ioc->vtime_base_rate; in ioc_refresh_vrate()987 atomic64_set(&ioc->vtime_rate, ioc->vtime_base_rate + vcomp); in ioc_refresh_vrate()997 u64 vrate = ioc->vtime_base_rate; in ioc_adjust_base_vrate()1037 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