HomeSort by: relevance | last modified time | path
    Searched refs:sme_events_timeout (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/sysmon/
sysmon_envsys.c 1330 sme->sme_events_timeout = SME_EVENTS_DEFTIMEOUT;
1375 if (sme->sme_events_timeout == 0) {
1376 sme->sme_events_timeout = SME_EVENTS_DEFTIMEOUT;
1379 timo = sme->sme_events_timeout;
1636 timo = sme->sme_events_timeout;
1856 if (sme->sme_events_timeout != refresh_timo) {
1857 sme->sme_events_timeout = refresh_timo;
sysmonvar.h 197 uint64_t sme_events_timeout; /* the timeout used in the callout member in struct:sysmon_envsys
sysmon_envsys_events.c 611 if (sme->sme_events_timeout)
612 timo = sme->sme_events_timeout * hz;
  /src/sys/arch/arm/amlogic/
meson_thermal.c 225 sc->sc_sme->sme_events_timeout = 1;
  /src/sys/dev/i2c/
pcf8574.c 319 sc->sc_sme->sme_events_timeout = 0;
cwfg.c 233 sc->sc_sme->sme_events_timeout = sc->sc_monitor_interval;

Completed in 16 milliseconds