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

/netbsd-current/usr.sbin/envstat/
H A Denvstat.c95 uint64_t refresh_timo; member in struct:envsys_dvprops
567 if (edp->refresh_timo == 1)
571 (int)edp->refresh_timo);
621 &edp->refresh_timo))
/netbsd-current/sys/dev/sysmon/
H A Dsysmon_envsys.c1830 uint64_t refresh_timo = 0; local
1850 refresh_timo =
1852 if (refresh_timo < 1)
1856 if (sme->sme_events_timeout != refresh_timo) {
1857 sme->sme_events_timeout = refresh_timo;

Completed in 197 milliseconds