Home
last modified time | relevance | path

Searched refs:in_order (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/timers/
Dnanosleep.c80 static inline int in_order(struct timespec a, struct timespec b) in in_order() function
114 if (!in_order(target, now)) in nanosleep_test()
126 if (!in_order(target, now)) in nanosleep_test()
Dinconsistency-check.c80 static inline int in_order(struct timespec a, struct timespec b) in in_order() function
118 if (!in_order(list[i], list[i+1])) in consistency_test()
Dleap-a-day.c60 static inline int in_order(struct timespec a, struct timespec b) in in_order() function
169 if (!in_order(target, now)) { in test_hrtimer_failure()