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

/netbsd-current/sys/altq/
H A Daltq_classq.h82 extern struct mbuf *_getq(class_queue_t *);
107 _getq(class_queue_t *q) function
195 while ((m = _getq(q)) != NULL)
H A Daltq_rmclass.c1636 if ((m = _getq(cl->q_)) != NULL)
1651 return _getq(cl->q_);
1741 _getq(class_queue_t *q) function
1833 while ((m = _getq(q)) != NULL)
H A Daltq_priq.c557 return _getq(cl->cl_q);
574 while ((m = _getq(cl->cl_q)) != NULL) {
H A Daltq_rio.c448 if ((m = _getq(q)) == NULL)
H A Daltq_blue.c630 if ((m = _getq(q)) == NULL) {
H A Daltq_hfsc.c871 return _getq(cl->cl_q);
888 while ((m = _getq(cl->cl_q)) != NULL) {
H A Daltq_red.c626 if ((m = _getq(q)) == NULL) {
H A Daltq_jobs.c922 return _getq(cl->cl_q);
939 while ((m = _getq(cl->cl_q)) != NULL) {

Completed in 109 milliseconds