Searched refs:redstats (Results 1 – 10 of 10) sorted by relevance
55 struct redstats;64 int print_redstats(struct redstats *);65 int print_riostats(struct redstats *);
112 print_redstats(struct redstats *rp) in print_redstats()
142 print_riostats(struct redstats *rp) in print_riostats()
49 struct redstats q_stats[RIO_NDROPPREC];122 struct redstats q_stats[RIO_NDROPPREC]; /* statistics */138 extern void rio_getstats(rio_t *, struct redstats *);
94 struct redstats { struct187 extern void red_getstats(red_t *, struct redstats *);
302 rio_getstats(rio_t *rp, struct redstats *sp) in rio_getstats()307 memcpy(sp, &rp->q_stats[i], sizeof(struct redstats)); in rio_getstats()615 sizeof(struct redstats)); in rioioctl()
108 struct redstats red[3]; /* rio has 3 red stats */
96 struct redstats red[3];
107 struct redstats red[3];
336 red_getstats(red_t *rp, struct redstats *sp) in red_getstats()