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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_iostat.c129 static cpu_stat_t old_cpu_stat, new_cpu_stat; variable
133 #define CPU_DELTA(x) (new_cpu_stat.x - old_cpu_stat.x)
538 old_cpu_stat = new_cpu_stat;

Completed in 599 milliseconds