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

/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c318 static void cu_cpu_kstat_create(pghw_t *pg, cu_cntr_info_t *cntr_info);
524 cu_cntr_info_t *cntr_info; local
557 cntr_info = cntr_info_array[pg_hw_type];
563 if (cntr_info != NULL)
564 kmem_free(cntr_info, sizeof (cu_cntr_info_t));
572 if (cntr_info == NULL) {
573 cntr_info = kmem_zalloc(sizeof (cu_cntr_info_t),
575 if (cntr_info == NULL)
577 cntr_info_array[pg_hw_type] = cntr_info;
579 cntr_info
1220 cu_cntr_info_t *cntr_info; local
1297 cu_cpu_kstat_create(pghw_t *pg, cu_cntr_info_t *cntr_info) argument
1340 cu_cntr_info_t *cntr_info = ksp->ks_private; local
1620 cu_cntr_info_t *cntr_info; local
[all...]

Completed in 46 milliseconds