Home
last modified time | relevance | path

Searched refs:vtime_base_rate (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c427 u64 vtime_base_rate; member
765 u64 vrate = ioc->vtime_base_rate; in ioc_refresh_margins()
835 vrate_pct = div64_u64(ioc->vtime_base_rate * 100, VTIME_PER_USEC); in ioc_autop_idx()
958 s64 vperiod = ioc->period_us * ioc->vtime_base_rate; in ioc_refresh_vrate()
973 vcomp_min = -(ioc->vtime_base_rate >> 1); in ioc_refresh_vrate()
974 vcomp_max = ioc->vtime_base_rate; in ioc_refresh_vrate()
979 atomic64_set(&ioc->vtime_rate, ioc->vtime_base_rate + vcomp); in ioc_refresh_vrate()
1318 ioc->period_us * ioc->vtime_base_rate); in iocg_kick_delay()
1501 DIV64_U64_ROUND_UP(vshortage, ioc->vtime_base_rate) * in iocg_kick_waitq()
1633 iocg->usage_delta_us = div64_u64(vusage_delta, ioc->vtime_base_rate); in iocg_flush_stat_one()
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Diocost.h41 __entry->vrate = iocg->ioc->vtime_base_rate;
163 __entry->old_vrate = ioc->vtime_base_rate;
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c425 u64 vtime_base_rate; member
757 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 in ioc_adjust_base_vrate()
[all...]
/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_monitor.py102 self.vrate_pct = ioc.vtime_base_rate.value_() * 100 / VTIME_PER_USEC
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_monitor.py102 self.vrate_pct = ioc.vtime_base_rate.value_() * 100 / VTIME_PER_USEC

Completed in 8 milliseconds