Lines Matching defs:statsswtch
83 struct statsswtch { /* RSTATVERS_SWTCH */ struct
84 int cp_time[CPUSTATES];
85 int dk_xfer[DK_NDRIVE];
86 unsigned int v_pgpgin; /* these are cumulative sum */
87 unsigned int v_pgpgout;
88 unsigned int v_pswpin;
89 unsigned int v_pswpout;
90 unsigned int v_intr;
91 int if_ipackets;
92 int if_ierrors;
93 int if_oerrors;
94 int if_collisions;
95 unsigned int v_swtch;
96 unsigned int avenrun[3];/* scaled by FSCALE */
97 rstat_timeval boottime;
98 int if_opackets;