Searched refs:timespec_compare (Results 1 – 2 of 2) sorted by relevance
385 if (timespec_compare (&now, &timer->expirytime) < 0) in thread_func()396 while (timespec_compare (&timer->expirytime, &now) < 0) in thread_func()449 if (timespec_compare (&insert->expirytime, &timer->expirytime) < 0) in __timer_thread_queue_timer()
117 timespec_compare (const struct timespec *left, const struct timespec *right) in timespec_compare() function
Completed in 5 milliseconds