Searched refs:DIV64_U64_ROUND_CLOSEST (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/fs/ceph/ |
| D | debugfs.c | 136 _sq = _total > 0 ? DIV64_U64_ROUND_CLOSEST(sq, _total) : 0; \ 175 avg = total > 0 ? DIV64_U64_ROUND_CLOSEST(sum, total) : 0; in metric_show() 185 avg = total > 0 ? DIV64_U64_ROUND_CLOSEST(sum, total) : 0; in metric_show() 195 avg = total > 0 ? DIV64_U64_ROUND_CLOSEST(sum, total) : 0; in metric_show() 209 avg_sz = total > 0 ? DIV64_U64_ROUND_CLOSEST(sum_sz, total) : 0; in metric_show() 218 avg_sz = total > 0 ? DIV64_U64_ROUND_CLOSEST(sum_sz, total) : 0; in metric_show()
|
| D | metric.c | 334 avg = DIV64_U64_ROUND_CLOSEST((lsum - lat), (total - 1)); in __update_stdev() 336 avg = DIV64_U64_ROUND_CLOSEST(lsum, total); in __update_stdev()
|
| /Linux-v5.15/drivers/pwm/ |
| D | pwm-clps711x.c | 46 return DIV64_U64_ROUND_CLOSEST(v * 0xf, pwm->args.period); in clps711x_get_duty()
|
| D | pwm-sifive.c | 184 frac = DIV64_U64_ROUND_CLOSEST(num, state->period); in pwm_sifive_apply()
|
| D | pwm-imx-tpm.c | 127 p->val = DIV64_U64_ROUND_CLOSEST(tmp, real_state->period); in pwm_imx_tpm_round_state()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gt/ |
| D | selftest_rps.c | 681 (int)DIV64_U64_ROUND_CLOSEST(100 * min.freq * max.count, in live_rps_frequency_cs() 706 (int)DIV64_U64_ROUND_CLOSEST(100 * min.freq * count, in live_rps_frequency_cs() 821 (int)DIV64_U64_ROUND_CLOSEST(100 * min.freq * max.count, in live_rps_frequency_srm() 846 (int)DIV64_U64_ROUND_CLOSEST(100 * min.freq * count, in live_rps_frequency_srm()
|
| /Linux-v5.15/include/linux/ |
| D | math64.h | 300 #define DIV64_U64_ROUND_CLOSEST(dividend, divisor) \ macro
|
| /Linux-v5.15/drivers/powercap/ |
| D | dtpm.c | 102 child->weight = DIV64_U64_ROUND_CLOSEST( in __dtpm_rebalance_weight()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gvt/ |
| D | display.c | 570 …vblank_timer->period = DIV64_U64_ROUND_CLOSEST(NSEC_PER_SEC * MSEC_PER_SEC, vblank_timer->vrefresh… in setup_virtual_dp_monitor() 607 …vblank_timer->period = DIV64_U64_ROUND_CLOSEST(NSEC_PER_SEC * MSEC_PER_SEC, vblank_timer->vrefresh… in vgpu_update_vblank_emulation()
|
| D | handlers.c | 685 …new_rate = DIV64_U64_ROUND_CLOSEST(mul_u64_u32_shr(pixel_clk, MSEC_PER_SEC, 0), mul_u32_u32(htotal… in vgpu_update_refresh_rate()
|
| /Linux-v5.15/drivers/clk/renesas/ |
| D | rcar-gen3-cpg.c | 227 mult = DIV64_U64_ROUND_CLOSEST(rate * 32ULL * zclk->fixed_div, in cpg_z_clk_set_rate()
|
| /Linux-v5.15/block/ |
| D | blk-iocost.c | 3000 unsigned vp10k = DIV64_U64_ROUND_CLOSEST( in ioc_pd_stat()
|