Searched refs:DIV64_U64_ROUND_UP (Results 1 – 11 of 11) sorted by relevance
| /linux/block/ |
| A D | blk-iocost.c | 874 *page = DIV64_U64_ROUND_UP(VTIME_PER_SEC, in calc_lcoefs() 1110 parent_inuse = DIV64_U64_ROUND_UP( in __propagate_weights() 1918 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses() 1977 iocg->hweight_inuse = DIV64_U64_ROUND_UP( in transfer_surpluses() 1982 inuse = DIV64_U64_ROUND_UP( in transfer_surpluses() 1987 st = DIV64_U64_ROUND_UP( in transfer_surpluses() 1991 wpt = DIV64_U64_ROUND_UP( in transfer_surpluses() 1994 wptp = DIV64_U64_ROUND_UP( in transfer_surpluses() 2022 inuse = DIV64_U64_ROUND_UP( in transfer_surpluses() 2288 u64 inflight_us = DIV64_U64_ROUND_UP( in ioc_timer_fn() [all …]
|
| /linux/drivers/pwm/ |
| A D | pwm-mtk-disp.c | 207 state->period = DIV64_U64_ROUND_UP(period * (clk_div + 1) * NSEC_PER_SEC, rate); in mtk_disp_pwm_get_state() 209 state->duty_cycle = DIV64_U64_ROUND_UP(high_width * (clk_div + 1) * NSEC_PER_SEC, in mtk_disp_pwm_get_state()
|
| A D | pwm-atmel.c | 379 state->period = DIV64_U64_ROUND_UP(tmp, rate); in atmel_pwm_get_state() 388 state->duty_cycle = DIV64_U64_ROUND_UP(tmp, rate); in atmel_pwm_get_state()
|
| /linux/net/ceph/ |
| A D | striper.c | 266 u64 num_periods = DIV64_U64_ROUND_UP(size, period); in ceph_get_num_objects()
|
| /linux/include/linux/ |
| A D | math64.h | 287 #define DIV64_U64_ROUND_UP(ll, d) \ macro
|
| /linux/drivers/gpu/drm/bridge/ |
| A D | nwl-dsi.c | 192 return DIV64_U64_ROUND_UP(ps * dsi->mode.clock * bpp, in ps2bc() 203 return DIV64_U64_ROUND_UP(ui * dsi->lanes, in ui2bc()
|
| /linux/drivers/ptp/ |
| A D | ptp_qoriq.c | 199 diff = DIV64_U64_ROUND_UP(diff, 2); in ptp_qoriq_adjfine()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_mst_types.c | 544 return (int) DIV64_U64_ROUND_UP(peak_kbps * 64, (54 * 8 * 1000)); in kbps_to_peak_pbn()
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_audio.c | 552 hblank_delta = DIV64_U64_ROUND_UP(mul_u32_u32(5 * (link_clk + cdclk), pixel_clk), in calc_hblank_early_prog()
|
| /linux/mm/ |
| A D | vmscan.c | 2907 DIV64_U64_ROUND_UP(scan * fraction[file], in get_scan_count()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | intel_pm.c | 5205 DIV64_U64_ROUND_UP(alloc_size * rate, in skl_allocate_plane_ddb() 5216 DIV64_U64_ROUND_UP(alloc_size * rate, in skl_allocate_plane_ddb()
|
Completed in 42 milliseconds