Lines Matching defs:tst
23 struct timespec now, tst;
32 _gettime(CLOCK_MONOTONIC, &tst, i);
33 if (labs(tst.tv_sec - now.tv_sec) > 5)
34 return pr_fail("%ld %ld\n", now.tv_sec, tst.tv_sec);
54 _gettime(CLOCK_MONOTONIC, &tst, i);
55 if (labs(tst.tv_sec - now.tv_sec) > 5)
57 now.tv_sec, tst.tv_sec);
74 _gettime(CLOCK_MONOTONIC, &tst, i);
75 if (labs(tst.tv_sec - now.tv_sec - OFFSET) > 5)
77 now.tv_sec + OFFSET, tst.tv_sec);