Home
last modified time | relevance | path

Searched defs:Stats (Results 1 – 8 of 8) sorted by relevance

/plan9/sys/src/9/pc/
H A Dwavelan.h138 typedef struct Stats Stats; typedef
238 struct Stats struct
240 ulong nints;
241 ulong ndoubleint;
242 ulong nrx;
243 ulong ntx;
244 ulong ntxrq;
245 ulong nrxerr;
246 ulong ntxerr;
247 ulong nalloc; // allocation (reclaim) events
[all …]
H A Dethervgbe.c288 typedef struct Stats Stats; typedef
289 struct Stats struct
291 ulong rx;
292 ulong tx;
293 ulong txe;
294 ulong intr;
H A Detherm10g.c179 } Stats; typedef
/plan9/sys/src/cmd/iostats/
H A Dstatfs.h21 typedef struct Stats Stats; typedef
47 struct Stats struct
49 ulong totread;
50 ulong totwrite;
51 ulong nrpc;
52 ulong nproto;
53 Rpc rpc[Maxrpc];
/plan9/sys/src/9/ip/
H A Digmp.c78 static struct Stats struct
80 ulong inqueries;
81 ulong outqueries;
82 ulong inreports;
83 ulong outreports;
/plan9/sys/src/9/port/
H A Ddevsdp.c19 typedef struct Stats Stats; typedef
56 struct Stats struct
63 ulong outCompStats[NCompStats]; argument
64 ulong inPackets;
65 ulong inDataPackets;
66 ulong inDataBytes;
67 ulong inCompDataBytes;
68 ulong inMissing;
69 ulong inDup;
70 ulong inReorder;
[all …]
/plan9/sys/src/cmd/venti/srv/
H A Ddat.h27 typedef struct Stats Stats; typedef
667 struct Stats struct
683 long (*fn)(Stats*, Stats*, void*); argument
/plan9/sys/src/cmd/ndb/
H A Ddns.h423 } Stats; typedef