Lines Matching defs:lasttime
1075 ratecheck(struct timeval *lasttime, const struct timeval *mininterval)
1082 timevalsub(&delta, lasttime);
1089 (lasttime->tv_sec == 0 && lasttime->tv_usec == 0)) {
1090 *lasttime = tv;
1112 eventratecheck(struct timeval *lasttime, int *cureps, int maxeps)
1119 * lasttime.
1122 if (lasttime->tv_sec == 0 || (u_int)(now - lasttime->tv_sec) >= hz) {
1123 lasttime->tv_sec = now;