Searched defs:new_cpu_stats (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c52 static kstat_t old_cpu_stats, new_cpu_stats; variable
92 #define CPU_DELTA(x) (CPU_STAT(&new_cpu_stats, (x)) - \
331 kstat_copy(&new_cpu_stats, &old_cpu_stats, 1);
341 kstat_copy(cpu_stats_list[i], &new_cpu_stats, 1);
346 * new_cpu_stats, initialized at the first iteration of
349 nkp = (kstat_named_t *)new_cpu_stats.ks_data;

Completed in 118 milliseconds