Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/vdso/
Dvgettimeofday.c113 timespec_add_ns(ts, tomono.tv_nsec); in do_monotonic_coarse()
153 timespec_add_ns(ts, nsecs); in do_realtime()
180 timespec_add_ns(ts, nsecs + tomono.tv_nsec); in do_monotonic()
/linux-4.1.27/include/linux/
Dtime64.h56 # define timespec64_add_ns timespec_add_ns
Dtime.h233 static __always_inline void timespec_add_ns(struct timespec *a, u64 ns) in timespec_add_ns() function
/linux-4.1.27/kernel/time/
Dtimekeeping.c879 timespec_add_ns(ts_raw, nsecs_raw); in getnstime_raw_and_real()
880 timespec_add_ns(ts_real, nsecs_real); in getnstime_raw_and_real()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c647 timespec_add_ns(&limit, SYNCHRONISE_PERIOD_NS); in efx_ptp_send_times()
657 timespec_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()