Lines Matching defs:statstime
61 struct statstime { /* RSTATVERS_TIME */ struct
62 int cp_time[CPUSTATES];
63 int dk_xfer[DK_NDRIVE];
64 unsigned int v_pgpgin; /* these are cumulative sum */
65 unsigned int v_pgpgout;
66 unsigned int v_pswpin;
67 unsigned int v_pswpout;
68 unsigned int v_intr;
69 int if_ipackets;
70 int if_ierrors;
71 int if_oerrors;
72 int if_collisions;
73 unsigned int v_swtch;
74 int avenrun[3]; /* scaled by FSCALE */
75 rstat_timeval boottime;
76 rstat_timeval curtime;
77 int if_opackets;