Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtime64.h56 # define timespec64_add_ns timespec_add_ns macro
182 static __always_inline void timespec64_add_ns(struct timespec64 *a, u64 ns) in timespec64_add_ns() function
/linux-4.1.27/arch/arm/plat-omap/
Dcounter_32k.c68 timespec64_add_ns(&persistent_ts, nsecs); in omap_read_persistent_clock64()
/linux-4.1.27/drivers/clocksource/
Dtegra20_timer.c140 timespec64_add_ns(&persistent_ts, delta * NSEC_PER_MSEC); in tegra_read_persistent_clock64()
/linux-4.1.27/kernel/time/
Dtimekeeping.c632 timespec64_add_ns(&tk->raw_time, nsec); in timekeeping_forward_now()
657 timespec64_add_ns(ts, nsecs); in __getnstimeofday64()
796 timespec64_add_ns(ts, nsec + tomono.tv_nsec); in ktime_get_ts64()
1113 timespec64_add_ns(&ts64, nsecs); in getrawmonotonic64()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_si_intf.c1032 timespec64_add_ns(busy_until, max_busy_us*NSEC_PER_USEC); in ipmi_thread_busy_wait()