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