• Home
  • Raw
  • Download

Lines Matching refs:vnow

563 	u64				vnow;  member
1050 now->vnow = ioc->period_at_vtime + in ioc_now()
1061 ioc->period_at_vtime = now->vnow; in ioc_start_period()
1095 iocg->saved_margin = now->vnow - atomic64_read(&iocg->vtime); in __propagate_weights()
1296 vtarget = now->vnow - ioc->margins.target; in iocg_activate()
1362 abs_cost_to_cost(iocg->abs_vdebt, hwa) - now->vnow; in iocg_kick_delay()
1490 vbudget = now->vnow - atomic64_read(&iocg->vtime); in iocg_kick_waitq()
1747 time_after64(vtime, now->vnow - ioc->margins.min)) in hweight_after_donation()
1751 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation()
1775 delta = div64_s64(WEIGHT_ONE * (now->vnow - vtime), in hweight_after_donation()
1776 now->vnow - ioc->period_at_vtime); in hweight_after_donation()
2202 excess = now->vnow - vtime - ioc->margins.target; in ioc_check_iocgs()
2247 period_vtime = now.vnow - ioc->period_at_vtime; in ioc_timer_fn()
2283 time_after64(vtime, now.vnow - in ioc_timer_fn()
2285 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
2299 time_before64(vtime, now.vnow - ioc->margins.low))) { in ioc_timer_fn()
2463 margin = now->vnow - vtime - cost; in adjust_inuse_and_calc_cost()
2499 } while (time_after64(vtime + cost, now->vnow) && in adjust_inuse_and_calc_cost()
2617 time_before_eq64(vtime + cost, now.vnow)) { in ioc_rqos_throttle()
2752 time_before_eq64(atomic64_read(&iocg->vtime) + cost, now.vnow)) { in ioc_rqos_merge()
2978 atomic64_set(&iocg->vtime, now.vnow); in ioc_pd_init()
2979 atomic64_set(&iocg->done_vtime, now.vnow); in ioc_pd_init()