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