Searched refs:timespec_add_ns (Results 1 – 4 of 4) sorted by relevance
101 timespec_add_ns(ts, tomono.tv_nsec); in do_monotonic_coarse()142 timespec_add_ns(ts, nsecs); in do_realtime()169 timespec_add_ns(ts, nsecs + tomono.tv_nsec); in do_monotonic()
99 timespec_add_ns(ts, tomono.tv_nsec); in do_monotonic_coarse()157 timespec_add_ns(ts, nsecs + tomono.tv_nsec); in do_monotonic()
171 static __always_inline void timespec_add_ns(struct timespec *a, u64 ns) in timespec_add_ns() function
963 timespec_add_ns(busy_until, max_busy_us * NSEC_PER_USEC); in ipmi_thread_busy_wait()