Lines Matching refs:rm_class_t
74 static void rmc_depth_recompute(rm_class_t *);
79 static int _rmc_addq(rm_class_t *, mbuf_t *);
80 static void _rmc_dropq(rm_class_t *);
81 static mbuf_t *_rmc_getq(rm_class_t *);
82 static mbuf_t *_rmc_pollq(rm_class_t *);
180 void (*action)(rm_class_t *, rm_class_t *), int maxq, in rmc_newclass() argument
465 rm_class_t *t = cl, *p; in rmc_depth_compute()
489 rmc_depth_recompute(rm_class_t *cl) in rmc_depth_recompute()
492 rm_class_t *p, *t; in rmc_depth_recompute()
517 rm_class_t *t; in rmc_depth_recompute()
817 rm_class_t *p, *bp; in rmc_tl_satisfied()
842 rm_class_t *p; in rmc_satisfied()
875 rm_class_t *p = cl; in rmc_under_limit()
876 rm_class_t *top; in rmc_under_limit()
1253 rm_class_t *cl, *borrowed; in rmc_update_class_util()
1254 rm_class_t *borrows; in rmc_update_class_util()
1592 _rmc_addq(rm_class_t *cl, mbuf_t *m) in _rmc_addq()
1616 _rmc_dropq(rm_class_t *cl) in _rmc_dropq()
1625 _rmc_getq(rm_class_t *cl) in _rmc_getq()
1643 _rmc_pollq(rm_class_t *cl) in _rmc_pollq()