Home
last modified time | relevance | path

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

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