Searched defs:statstime (Results 1 – 2 of 2) sorted by relevance
67 struct statstime { /* RSTATVERS_TIME */ struct68 int cp_time[CPUSTATES];69 int dk_xfer[DK_NDRIVE];70 unsigned int v_pgpgin; /* these are cumulative sum */71 unsigned int v_pgpgout;72 unsigned int v_pswpin;73 unsigned int v_pswpout;74 unsigned int v_intr;75 int if_ipackets;76 int if_ierrors;[all …]
138 struct statstime statstime; member