Home
last modified time | relevance | path

Searched refs:timespec_compare (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dtime32.h120 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare() function
/Linux-v5.4/drivers/char/ipmi/
Dipmi_si_intf.c968 if (unlikely(timespec_compare(&now, busy_until) > 0)) { in ipmi_thread_busy_wait()