Home
last modified time | relevance | path

Searched refs:timespec64_add_ns (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dtime64.h75 # define timespec64_add_ns timespec_add_ns macro
219 static __always_inline void timespec64_add_ns(struct timespec64 *a, u64 ns) in timespec64_add_ns() function
/linux-4.4.14/arch/arm/plat-omap/
Dcounter_32k.c68 timespec64_add_ns(&persistent_ts, nsecs); in omap_read_persistent_clock64()
/linux-4.4.14/drivers/clocksource/
Dtegra20_timer.c143 timespec64_add_ns(&persistent_ts, delta * NSEC_PER_MSEC); in tegra_read_persistent_clock64()
/linux-4.4.14/kernel/time/
Dtimekeeping.c615 timespec64_add_ns(&tk->raw_time, nsec); in timekeeping_forward_now()
640 timespec64_add_ns(ts, nsecs); in __getnstimeofday64()
796 timespec64_add_ns(ts, nsec + tomono.tv_nsec); in ktime_get_ts64()
879 timespec64_add_ns(ts_raw, nsecs_raw); in ktime_get_raw_and_real_ts64()
880 timespec64_add_ns(ts_real, nsecs_real); in ktime_get_raw_and_real_ts64()
1120 timespec64_add_ns(&ts64, nsecs); in getrawmonotonic64()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c657 timespec64_add_ns(&limit, SYNCHRONISE_PERIOD_NS); in efx_ptp_send_times()
667 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()
/linux-4.4.14/drivers/char/ipmi/
Dipmi_si_intf.c1044 timespec64_add_ns(busy_until, max_busy_us*NSEC_PER_USEC); in ipmi_thread_busy_wait()