Searched defs:statstime (Results 1 – 1 of 1) sorted by relevance
128 struct statstime { /* RSTATVERS_TIME */ struct129 int cp_time[RSTAT_CPUSTATES];130 int dk_xfer[RSTAT_DK_NDRIVE];131 unsigned int v_pgpgin; /* these are cumulative sum */132 unsigned int v_pgpgout;133 unsigned int v_pswpin;134 unsigned int v_pswpout;135 unsigned int v_intr;136 int if_ipackets;137 int if_ierrors;[all …]