Home
last modified time | relevance | path

Searched refs:period_at_vtime (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_monitor.py101 self.vperiod_at = ioc.period_at_vtime.value_() / VTIME_PER_SEC
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_monitor.py101 self.vperiod_at = ioc.period_at_vtime.value_() / VTIME_PER_SEC
/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c432 u64 period_at_vtime; /* vtime starttime */ member
999 * As a consistent snapshot of `period_at_vtime` and `period_at` is in ioc_now()
1004 now->vnow = ioc->period_at_vtime + in ioc_now()
1015 ioc->period_at_vtime = now->vnow; in ioc_start_period()
1730 now->vnow - ioc->period_at_vtime); in hweight_after_donation()
2123 period_vtime = now.vnow - ioc->period_at_vtime; in ioc_timer_fn()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c430 u64 period_at_vtime; /* vtime starttime */ member
1056 * As a consistent snapshot of `period_at_vtime` and `period_at` is in ioc_now()
1061 now->vnow = ioc->period_at_vtime + in ioc_now()
1072 ioc->period_at_vtime = now->vnow; in ioc_start_period()
1781 now->vnow - ioc->period_at_vtime); in hweight_after_donation()
2254 period_vtime = now.vnow - ioc->period_at_vtime; in ioc_timer_fn()

Completed in 10 milliseconds