Home
last modified time | relevance | path

Searched refs:timespec64_compare (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dtime64.h66 # define timespec64_compare timespec_compare macro
126 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
/linux-4.4.14/kernel/time/
Dtimekeeping.c927 if (timespec64_compare(&tk->wall_to_monotonic, &ts_delta) > 0) { in do_settimeofday64()
973 if (timespec64_compare(&tk->wall_to_monotonic, &ts64) > 0 || in timekeeping_inject_offset()
1411 } else if (timespec64_compare(&ts_new, &timekeeping_suspend_time) > 0) { in timekeeping_resume()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c660 while ((timespec64_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times()
670 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
/linux-4.4.14/drivers/char/ipmi/
Dipmi_si_intf.c1049 if (unlikely(timespec64_compare(&now, busy_until) > 0)) { in ipmi_thread_busy_wait()