Searched refs:tst_timespec_lt (Results 1 – 4 of 4) sorted by relevance
136 if (tst_timespec_lt(statx_time, before_time)) in test_statx()138 else if (tst_timespec_lt(after_time, statx_time)) in test_statx()
59 if (tst_timespec_lt(timereq, tst_timer_elapsed())) in do_child()
784 static inline int tst_timespec_lt(struct timespec ts1, struct timespec ts2) in tst_timespec_lt() function
1355 int tst_timespec_lt(struct timespec t1, struct timespec t2);1370 The 'tst_timespec_lt()' function returns non-zero if 't1' is earlier than