Home
last modified time | relevance | path

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

/dragonfly/sys/net/altq/
HDaltq_classq.h85 _getq(class_queue_t *q) in _getq() function
168 while ((m = _getq(q)) != NULL) in _flushq()
HDaltq_priq.c584 return _getq(cl->cl_q); in priq_getq()
601 while ((m = _getq(cl->cl_q)) != NULL) { in priq_purgeq()
HDaltq_rio.c410 if ((m = _getq(q)) == NULL) in rio_getq()
HDaltq_fairq.c806 m = _getq(&b->queue); in fairq_getq()
965 while ((m = _getq(&b->queue)) != NULL) { in fairq_purgeq()
HDaltq_red.c516 if ((m = _getq(q)) == NULL) { in red_getq()
HDaltq_rmclass.c1643 if ((m = _getq(cl->q_)) != NULL) in _rmc_dropq()
1658 return _getq(cl->q_); in _rmc_getq()
HDaltq_hfsc.c895 return _getq(cl->cl_q); in hfsc_getq()
912 while ((m = _getq(cl->cl_q)) != NULL) { in hfsc_purgeq()