Lines Matching refs:tst
23 struct timespec now, tst;
32 _gettime(CLOCK_MONOTONIC, &tst, i);
33 if (abs(tst.tv_sec - now.tv_sec) > 5)
34 return pr_fail("%ld %ld\n", now.tv_sec, tst.tv_sec);
52 _gettime(CLOCK_MONOTONIC, &tst, i);
53 if (abs(tst.tv_sec - now.tv_sec) > 5)
55 now.tv_sec, tst.tv_sec);
72 _gettime(CLOCK_MONOTONIC, &tst, i);
73 if (abs(tst.tv_sec - now.tv_sec - OFFSET) > 5)
75 now.tv_sec + OFFSET, tst.tv_sec);