Searched refs:last_vtime (Results 1 – 2 of 2) sorted by relevance
29 __field(u64, last_vtime)45 __entry->last_vtime = iocg->last_vtime;59 __entry->last_vtime, __entry->vtime,
473 u64 last_vtime; member1100 iocg->last_vtime = vtime; in iocg_activate()1423 vusage = now.vnow - iocg->last_vtime; in ioc_timer_fn()1424 else if (time_before64(iocg->last_vtime, vtime)) in ioc_timer_fn()1425 vusage = vtime - iocg->last_vtime; in ioc_timer_fn()1429 iocg->last_vtime += vusage; in ioc_timer_fn()1460 iocg->last_vtime += delta; in ioc_timer_fn()