Searched refs:vusage (Results 1 – 1 of 1) sorted by relevance
1397 u64 vdone, vtime, vusage, vmargin, vmin; in ioc_timer_fn() local1423 vusage = now.vnow - iocg->last_vtime; in ioc_timer_fn()1425 vusage = vtime - iocg->last_vtime; in ioc_timer_fn()1427 vusage = 0; in ioc_timer_fn()1429 iocg->last_vtime += vusage; in ioc_timer_fn()1435 vusage = max(vusage, vtime - vdone); in ioc_timer_fn()1438 if (vusage) { in ioc_timer_fn()1439 usage = DIV64_U64_ROUND_UP(vusage * hw_inuse, in ioc_timer_fn()