Home
last modified time | relevance | path

Searched refs:new_cpu_stats (Results 1 – 1 of 1) sorted by relevance

/titanic_41/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); in cpu_stats_load()
341 kstat_copy(cpu_stats_list[i], &new_cpu_stats, 1); in cpu_stats_load()
349 nkp = (kstat_named_t *)new_cpu_stats.ks_data; in cpu_stats_load()