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

/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c71 static kstat_t **cpu_stat_list = NULL; variable
376 safe_zalloc((void **)&cpu_stat_list, ncpus * sizeof (kstat_t *), 1);
383 cpu_stat_list[ncpus++] = ksp;
445 if (kstat_read(kc, cpu_stat_list[i], (void *) &cs) == -1)
759 qsort(cpu_stat_list, ncpus, sizeof (*cpu_stat_list),
765 s[1] = cpu_stat_list;
793 if (cpu_stat_list) {
803 if (kstat_copy(cpu_stat_list[i], ocpu_stat_list[i]))

Completed in 46 milliseconds