Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/rpcsvc/
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 …]
Drstat.h33 struct statstime { struct
51 typedef struct statstime statstime; argument