Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_classq.h85 extern struct mbuf *_getq(class_queue_t *);
111 _getq(class_queue_t *q) in _getq() function
200 while ((m = _getq(q)) != NULL) in _flushq()
H A Daltq_codel.c195 while ((m = _getq(cif->cl_q)) != NULL) { in codel_request()
396 if ((m = _getq(q)) == NULL) { in codel_getq()
425 m = _getq(q); in codel_getq()
442 m = _getq(q); in codel_getq()
H A Daltq_priq.c573 return _getq(cl->cl_q); in priq_getq()
590 while ((m = _getq(cl->cl_q)) != NULL) { in priq_purgeq()
H A Daltq_rmclass.c1620 if ((m = _getq(cl->q_)) != NULL) in _rmc_dropq()
1639 return _getq(cl->q_); in _rmc_getq()
1728 _getq(class_queue_t *q) in _getq() function
1820 while ((m = _getq(q)) != NULL) in _flushq()
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_rio.c434 if ((m = _getq(q)) == NULL) in rio_getq()
H A Daltq_red.c529 if ((m = _getq(q)) == NULL) { in red_getq()
H A Daltq_hfsc.c853 return _getq(cl->cl_q); in hfsc_getq()
870 while ((m = _getq(cl->cl_q)) != NULL) { in hfsc_purgeq()