Searched refs:timespec64_compare (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dtime64.h47 # define timespec64_compare timespec_compare macro
89 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) timespec64_compare() function
/linux-4.1.27/kernel/time/
H A Dtimekeeping.c1412 } else if (timespec64_compare(&ts_new, &timekeeping_suspend_time) > 0) { timekeeping_resume()
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_si_intf.c1037 if (unlikely(timespec64_compare(&now, busy_until) > 0)) { ipmi_thread_busy_wait()

Completed in 67 milliseconds