Home
last modified time | relevance | path

Searched refs:_getq (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_classq.h86 extern struct mbuf *_getq(class_queue_t *);
112 _getq(class_queue_t *q) in _getq() function
201 while ((m = _getq(q)) != NULL) in _flushq()
H A Daltq_codel.c196 while ((m = _getq(cif->cl_q)) != NULL) { in codel_request()
395 if ((m = _getq(q)) == NULL) { in codel_getq()
424 m = _getq(q); in codel_getq()
441 m = _getq(q); in codel_getq()
H A Daltq_priq.c573 return _getq(cl->cl_q); in priq_getq()
591 while ((m = _getq(cl->cl_q)) != NULL) { in priq_purgeq()
H A Daltq_rmclass.c1623 if ((m = _getq(cl->q_)) != NULL) in _rmc_dropq()
1642 return _getq(cl->q_); in _rmc_getq()
1731 _getq(class_queue_t *q) in _getq() function
1823 while ((m = _getq(q)) != NULL) in _flushq()
H A Daltq_rio.c435 if ((m = _getq(q)) == NULL) in rio_getq()
H A Daltq_fairq.c703 m = _getq(&b->queue); in fairq_getq()
847 while ((m = _getq(&b->queue)) != NULL) { in fairq_purgeq()
H A Daltq_red.c532 if ((m = _getq(q)) == NULL) {
H A Daltq_hfsc.c853 return _getq(cl->cl_q); in hfsc_getq()
870 while ((m = _getq(cl->cl_q)) != NULL) { in hfsc_purgeq()