Searched refs:lasttime (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_time.c38 ratecheck(struct timeval *lasttime, const struct timeval *mininterval) argument
45 timevalsub(&delta, lasttime);
52 (lasttime->tv_sec == 0 && lasttime->tv_usec == 0)) {
53 *lasttime = tv;
75 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) argument
82 * lasttime.
85 if (lasttime->tv_sec == 0 || (u_int)(now - lasttime->tv_sec) >= hz) {
86 lasttime
[all...]

Completed in 73 milliseconds