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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c53 static all_stat_t s_new, s_old; variable
56 #define DELTA(x) (s_new.x - s_old.x)
248 s_old = s_new;

Completed in 10 milliseconds