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

/freebsd-11-stable/sys/dev/mmc/
H A Dmmc_private.h71 struct timeval log_time; member in struct:mmc_softc
H A Dmmc_subr.c98 if (sc->squelched == 0 && ppsratecheck(&sc->log_time,
141 if (sc->squelched == 0 && ppsratecheck(&sc->log_time,
H A Dmmcsd.c142 struct timeval log_time; member in struct:mmcsd_softc
1232 if (ppsratecheck(&sc->log_time, &sc->log_count,
1416 if (ppsratecheck(&sc->log_time, &sc->log_count, LOG_PPS))
1473 if (ppsratecheck(&sc->log_time, &sc->log_count,
/freebsd-11-stable/contrib/serf/buckets/
H A Dbuckets.c573 static void log_time() function
589 log_time();
618 log_time();
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_mx4200.c143 u_long log_time; /* when to print receiver status */ member in struct:mx4200unit
315 up->log_time = current_time + SLEEPTIME;
497 up->log_time = current_time + SLEEPTIME;
642 if ((up->log_time > 0) && (current_time > up->log_time)) {
643 up->log_time = 0;

Completed in 87 milliseconds