Searched refs:redstats (Results 1 – 8 of 8) sorted by relevance
81 struct redstats q_stats[RIO_NDROPPREC]; /* statistics */86 extern void rio_getstats(rio_t *, struct redstats *);
50 struct redstats { struct111 extern void red_getstats(red_t *, struct redstats *);
117 struct redstats red[3];160 struct redstats red[3];
66 struct redstats red[3]; /* rio has 3 red stats */
103 struct redstats red[3];
275 rio_getstats(rio_t *rp, struct redstats *sp) in rio_getstats()280 bcopy(&rp->q_stats[i], sp, sizeof(struct redstats)); in rio_getstats()
80 struct redstats red[3]; /* rio has 3 red stats */
270 red_getstats(red_t *rp, struct redstats *sp) in red_getstats()