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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c85 long prevtime = 0; variable
1788 if (prevtime != curtime) {
1818 refrate = refrate / (curtime - prevtime);
1821 prevtime = curtime;

Completed in 18 milliseconds