Home
last modified time | relevance | path

Searched defs:cpu_sysinfo (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsysinfo.h56 typedef struct cpu_sysinfo { struct
57 uint_t cpu[CPU_STATES]; /* CPU utilization */
58 uint_t wait[W_STATES]; /* CPU wait time breakdown */
75 uint_t bread; /* physical block reads */
76 uint_t bwrite; /* physical block writes (sync+async) */
77 uint_t lread; /* logical block reads */
78 uint_t lwrite; /* logical block writes */
79 uint_t phread; /* raw I/O reads */
80 uint_t phwrite; /* raw I/O writes */
81 uint_t pswitch; /* context switches */
[all …]