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