Home
last modified time | relevance | path

Searched refs:cpu_syswait (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Dsysinfo.h139 typedef struct cpu_syswait { struct
191 cpu_syswait_t cpu_syswait; member
/onnv-gate/usr/src/uts/common/os/
H A Dcpu.c3406 cso->cpu_syswait.iowait = CPU_STATS(cp, sys.iowait); in cpu_stat_ks_update()
3407 cso->cpu_syswait.swap = 0; in cpu_stat_ks_update()
3408 cso->cpu_syswait.physio = 0; in cpu_stat_ks_update()
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs192 syswaitp = &statp->cpu_syswait; in save_cpu_stat()