Searched refs:DIV64_U64_ROUND_UP (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/block/ |
| D | blk-iocost.c | 661 return DIV64_U64_ROUND_UP(abs_cost * HWEIGHT_WHOLE, hw_inuse); in abs_cost_to_cost() 669 return DIV64_U64_ROUND_UP(cost * hw_inuse, HWEIGHT_WHOLE); in cost_to_abs_cost() 715 ioc->inuse_margin_vtime = DIV64_U64_ROUND_UP( in ioc_refresh_period_us() 789 *page = DIV64_U64_ROUND_UP(VTIME_PER_SEC, in calc_lcoefs() 793 v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, seqiops); in calc_lcoefs() 799 v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, randiops); in calc_lcoefs() 844 ioc->vrate_min = DIV64_U64_ROUND_UP((u64)ioc->params.qos[QOS_MIN] * in ioc_refresh_params() 922 parent_inuse = DIV64_U64_ROUND_UP( in __propagate_active_weight() 1023 DIV64_U64_ROUND_UP(iocg->inuse * weight, iocg->weight)); in weight_updated() 1075 max_period_delta = DIV64_U64_ROUND_UP(VTIME_VALID_DUR, ioc->period_us); in iocg_activate() [all …]
|
| /Linux-v5.4/net/ceph/ |
| D | striper.c | 266 u64 num_periods = DIV64_U64_ROUND_UP(size, period); in ceph_get_num_objects()
|
| /Linux-v5.4/include/linux/ |
| D | math64.h | 284 #define DIV64_U64_ROUND_UP(ll, d) \ macro
|
| /Linux-v5.4/mm/ |
| D | vmscan.c | 2536 scan = DIV64_U64_ROUND_UP(scan * fraction[file], in get_scan_count()
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | intel_pm.c | 4451 DIV64_U64_ROUND_UP(alloc_size * rate, in skl_allocate_pipe_ddb() 4462 DIV64_U64_ROUND_UP(alloc_size * rate, in skl_allocate_pipe_ddb()
|