Searched refs:lastts (Results 1 – 1 of 1) sorted by relevance
1127 struct timespec ts, lastts; in exp_sidewaysintpr() local1134 clock_gettime(CLOCK_MONOTONIC, &lastts); in exp_sidewaysintpr()1199 last_secs = lastts.tv_sec + in exp_sidewaysintpr()1200 ((long double)lastts.tv_nsec / 1000000000); in exp_sidewaysintpr()1253 lastts = ts; in exp_sidewaysintpr()