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

/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DSolarisOperatingSystem.c27 #include <kstat.h>
44 kstat_t *kstat; member in struct:__anon948
55 kstat_t *kstat; local
68 // Get kstat cpu_stat counters for every CPU
69 // (loop over kstat to find our cpu_stat(s)
71 for (kstat = kstat_ctrl->kc_chain; kstat != NULL; kstat = kstat->ks_next) {
72 if (strncmp(kstat
[all...]

Completed in 30 milliseconds