Searched refs:redstats (Results 1 – 8 of 8) sorted by relevance
82 struct redstats q_stats[RIO_NDROPPREC]; /* statistics */87 extern void rio_getstats(rio_t *, struct redstats *);
51 struct redstats { struct112 extern void red_getstats(red_t *, struct redstats *);
118 struct redstats red[3];161 struct redstats red[3];
67 struct redstats red[3]; /* rio has 3 red stats */
104 struct redstats red[3];
81 struct redstats red[3]; /* rio has 3 red stats */
276 rio_getstats(rio_t *rp, struct redstats *sp) in rio_getstats()281 bcopy(&rp->q_stats[i], sp, sizeof(struct redstats)); in rio_getstats()
271 red_getstats(red_t *rp, struct redstats *sp) in red_getstats()