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

/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire.c44 static char *cpu_states[] = { variable
493 for (i = 0; i < ARRAY_SIZE(cpu_states); i++)
494 ticks += kstat_delta(old, new, cpu_states[i]);

Completed in 76 milliseconds