Lines Matching refs:vnow

561 	u64				vnow;  member
995 now->vnow = ioc->period_at_vtime + in ioc_now()
1006 ioc->period_at_vtime = now->vnow; in ioc_start_period()
1040 iocg->saved_margin = now->vnow - atomic64_read(&iocg->vtime); in __propagate_weights()
1241 vtarget = now->vnow - ioc->margins.target; in iocg_activate()
1300 abs_cost_to_cost(iocg->abs_vdebt, hwa) - now->vnow; in iocg_kick_delay()
1428 vbudget = now->vnow - atomic64_read(&iocg->vtime); in iocg_kick_waitq()
1685 time_after64(vtime, now->vnow - ioc->margins.min)) in hweight_after_donation()
1689 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation()
1713 delta = div64_s64(WEIGHT_ONE * (now->vnow - vtime), in hweight_after_donation()
1714 now->vnow - ioc->period_at_vtime); in hweight_after_donation()
2107 period_vtime = now.vnow - ioc->period_at_vtime; in ioc_timer_fn()
2159 excess = now.vnow - vtime - ioc->margins.target; in ioc_timer_fn()
2204 time_after64(vtime, now.vnow - in ioc_timer_fn()
2206 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
2238 time_before64(vtime, now.vnow - ioc->margins.low))) { in ioc_timer_fn()
2424 margin = now->vnow - vtime - cost; in adjust_inuse_and_calc_cost()
2460 } while (time_after64(vtime + cost, now->vnow) && in adjust_inuse_and_calc_cost()
2578 time_before_eq64(vtime + cost, now.vnow)) { in ioc_rqos_throttle()
2713 time_before_eq64(atomic64_read(&iocg->vtime) + cost, now.vnow)) { in ioc_rqos_merge()
2933 atomic64_set(&iocg->vtime, now.vnow); in ioc_pd_init()
2934 atomic64_set(&iocg->done_vtime, now.vnow); in ioc_pd_init()