Lines Matching refs:DIV64_U64_ROUND_UP

710 	return DIV64_U64_ROUND_UP(abs_cost * WEIGHT_ONE, hw_inuse);  in abs_cost_to_cost()
718 return DIV64_U64_ROUND_UP(cost * hw_inuse, WEIGHT_ONE); in cost_to_abs_cost()
876 *page = DIV64_U64_ROUND_UP(VTIME_PER_SEC, in calc_lcoefs()
880 v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, seqiops); in calc_lcoefs()
886 v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, randiops); in calc_lcoefs()
931 ioc->vrate_min = DIV64_U64_ROUND_UP((u64)ioc->params.qos[QOS_MIN] * in ioc_refresh_params()
1032 inuse = DIV64_U64_ROUND_UP(active * iocg->child_inuse_sum, in __propagate_weights()
1064 parent_inuse = DIV64_U64_ROUND_UP( in __propagate_weights()
1173 inuse = DIV64_U64_ROUND_UP(parent->active * child_inuse_sum, in current_hweight_max()
1485 DIV64_U64_ROUND_UP(vshortage, ioc->vtime_base_rate) * in iocg_kick_waitq()
1544 DIV64_U64_ROUND_UP((u64)nr_missed[rw] * MILLION, in ioc_lat_stat()
1872 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()
1922 iocg->child_adjusted_sum = DIV64_U64_ROUND_UP( in transfer_surpluses()
1931 iocg->hweight_inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
1936 inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
1941 st = DIV64_U64_ROUND_UP( in transfer_surpluses()
1945 wpt = DIV64_U64_ROUND_UP( in transfer_surpluses()
1948 wptp = DIV64_U64_ROUND_UP( in transfer_surpluses()
1952 iocg->child_adjusted_sum = sf + DIV64_U64_ROUND_UP(st * wptp, wpt); in transfer_surpluses()
1976 inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
2217 u64 inflight_us = DIV64_U64_ROUND_UP( in ioc_timer_fn()
2230 DIV64_U64_ROUND_UP(usage_us * WEIGHT_ONE, in ioc_timer_fn()
2371 vrate = clamp(DIV64_U64_ROUND_UP(vrate * adj_pct, 100), in ioc_timer_fn()