Home
last modified time | relevance | path

Searched defs:statstime (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Drstat.x61 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;
[all …]
H A Drstat.h33 struct statstime { struct
51 typedef struct statstime statstime; argument