Searched refs:tst_start_time (Results 1 – 1 of 1) sorted by relevance
57 static struct timespec tst_start_time; /* valid only for test pid */ variable1288 if (tst_clock_gettime(CLOCK_MONOTONIC, &tst_start_time)) in heartbeat()1386 elapsed = (tst_timespec_diff_ms(now, tst_start_time) + 500) / 1000; in tst_timeout_remaining()