Searched refs:new_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)
523 (void) memset(&new_cpu_stat, 0, sizeof (cpu_stat_t));
538 old_cpu_stat = new_cpu_stat;
539 (void) memset(&new_cpu_stat, 0, sizeof (cpu_stat_t));
552 np = (uint *)&new_cpu_stat.cpu_sysinfo;
556 np = (uint *)&new_cpu_stat.cpu_vminfo;

Completed in 86 milliseconds