Searched refs:abs64 (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/lib/
H A Ddiv64.c165 quot = div64_u64(abs64(dividend), abs64(divisor)); div64_s64()
/linux-4.1.27/drivers/gpu/drm/tegra/
H A Dsor.c373 if (error <= 0 && abs64(error) < params->error) { tegra_sor_compute_params()
377 params->error = abs64(error); tegra_sor_compute_params()
/linux-4.1.27/include/linux/
H A Dkernel.h206 * abs() should not be used for 64-bit types (s64, u64, long long) - use abs64()
221 #define abs64(x) ({ \ macro
/linux-4.1.27/net/sctp/
H A Dtransport.c334 + (((__u32)abs64((__s64)tp->srtt - (__s64)rtt)) >> net->sctp.rto_beta); sctp_transport_update_rto()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_irq.c236 if (vblrc && (abs64(diff_ns) > 1000000)) { vblank_disable_and_save()
1733 if (abs64(diff_ns) > DRM_REDUNDANT_VBLIRQ_THRESH_NS) { drm_handle_vblank()
/linux-4.1.27/drivers/media/i2c/
H A Dov9650.c1136 err = abs64((u64)(iv->interval.numerator * 10000) / __ov965x_set_frame_interval()
/linux-4.1.27/fs/gfs2/
H A Dlock_dlm.c53 s->stats[index] += ((abs64(delta) - s->stats[index]) >> 2); gfs2_update_stats()
/linux-4.1.27/kernel/time/
H A Dtimekeeping.c1617 tick_error = abs64(tick_error); timekeeping_freqadjust()
/linux-4.1.27/drivers/net/wireless/
H A Dmac80211_hwsim.c790 u64 delta = abs64(tsf - now); mac80211_hwsim_set_tsf()

Completed in 364 milliseconds