Home
last modified time | relevance | path

Searched refs:last_vtime (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/trace/events/
Diocost.h29 __field(u64, last_vtime)
45 __entry->last_vtime = iocg->last_vtime;
59 __entry->last_vtime, __entry->vtime,
/Linux-v5.4/block/
Dblk-iocost.c473 u64 last_vtime; member
1100 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()