Searched refs:vnow (Results 1 – 2 of 2) sorted by relevance
25 __field(u64, vnow)41 __entry->vnow = now->vnow;57 __entry->now, __entry->vnow, __entry->vrate,
512 u64 vnow; member871 now->vnow = ioc->period_at_vtime + in ioc_now()883 ioc->period_at_vtime = now->vnow; in ioc_start_period()1078 vmin = now->vnow - vmargin; in iocg_activate()1155 vbudget = now->vnow - atomic64_read(&iocg->vtime); in iocg_kick_waitq()1230 if (time_before_eq64(vtime, now->vnow)) { in iocg_kick_delay()1235 time_before_eq64(vtime, now->vnow + vmargin)) in iocg_kick_delay()1246 expires = now->now_ns + DIV64_U64_ROUND_UP(vtime - now->vnow, in iocg_kick_delay()1360 period_vtime = now.vnow - ioc->period_at_vtime; in ioc_timer_fn()1417 time_after64(vtime, now.vnow - in ioc_timer_fn()[all …]