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

/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c72 static kstat_t **ocpu_stat_list = NULL; variable
754 if (ocpu_stat_list) {
761 qsort(ocpu_stat_list, oncpus, sizeof (*ocpu_stat_list),
764 s[0] = ocpu_stat_list;
795 free(ocpu_stat_list[i]->ks_data);
798 safe_zalloc((void **)&ocpu_stat_list, oncpus *
799 sizeof (*ocpu_stat_list), 1);
801 safe_zalloc((void *)&ocpu_stat_list[i],
802 sizeof (*ocpu_stat_list[
[all...]

Completed in 227 milliseconds