Lines Matching +full:- +full:36000
1 // SPDX-License-Identifier: GPL-2.0
20 #define OFFSET (36000)
30 struct timespec *now = args->now, tst;
35 if (labs(tst.tv_sec - now->tv_sec) > 5) {
36 pr_fail("%s: in-thread: unexpected value: %ld (%ld)\n",
37 args->tst_name, tst.tv_sec, now->tv_sec);
67 if (labs(tst.tv_sec - now->tv_sec) > 5)
69 tst_name, tst.tv_sec, now->tv_sec);