Searched refs:timespec64_add_ns (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | time64.h | 75 # 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/ |
D | counter_32k.c | 68 timespec64_add_ns(&persistent_ts, nsecs); in omap_read_persistent_clock64()
|
/linux-4.4.14/drivers/clocksource/ |
D | tegra20_timer.c | 143 timespec64_add_ns(&persistent_ts, delta * NSEC_PER_MSEC); in tegra_read_persistent_clock64()
|
/linux-4.4.14/kernel/time/ |
D | timekeeping.c | 615 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/ |
D | ptp.c | 657 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/ |
D | ipmi_si_intf.c | 1044 timespec64_add_ns(busy_until, max_busy_us*NSEC_PER_USEC); in ipmi_thread_busy_wait()
|