Searched refs:tst_timespec_lt (Results 1 – 5 of 5) sorted by relevance
152 if (tst_timespec_lt(statx_time, before_time)) in test_statx()154 else if (tst_timespec_lt(after_time, statx_time)) in test_statx()
129 static inline int tst_timespec_lt(struct timespec t1, struct timespec t2) in tst_timespec_lt() function230 if (tst_timespec_lt(t1, t2)) in tst_timespec_abs_diff()
47 if (tst_timespec_lt(timereq, tst_timer_elapsed())) in do_child()
44 if (tst_timespec_lt(end, to)) { in verify_futex_wait_bitset()
1298 int tst_timespec_lt(struct timespec t1, struct timespec t2);1313 The 'tst_timespec_lt()' function returns non-zero if 't1' is earlier than