Home
last modified time | relevance | path

Searched refs:lastts (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c1127 struct timespec ts, lastts; in exp_sidewaysintpr() local
1134 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()