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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.h42 kstat_t **cn_cpustats; member in struct:cpu_node
H A Dcpu.c122 if ((cpuip->cn_cpustats = topo_mod_zalloc(mod, (
132 topo_mod_free(mod, cpuip->cn_cpustats,
151 if (cpuip->cn_cpustats != NULL)
152 topo_mod_free(mod, cpuip->cn_cpustats,
166 if (cpuip->cn_cpustats[i] == NULL) {
171 cpuip->cn_cpustats[i] = ksp;
173 ksp = cpuip->cn_cpustats[i];
195 if ((ks = kstat_data_lookup(cpuip->cn_cpustats[i],

Completed in 22 milliseconds