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

/linux-master/tools/cgroup/
H A Diocost_monitor.py101 self.vperiod_at = ioc.period_at_vtime.value_() / VTIME_PER_SEC
/linux-master/block/
H A Dblk-iocost.c430 u64 period_at_vtime; /* vtime starttime */ member in struct:ioc
1056 * As a consistent snapshot of `period_at_vtime` and `period_at` is
1061 now->vnow = ioc->period_at_vtime +
1072 ioc->period_at_vtime = now->vnow;
1785 now->vnow - ioc->period_at_vtime);
2258 period_vtime = now.vnow - ioc->period_at_vtime;

Completed in 208 milliseconds