Lines Matching refs:nqueues
5703 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq() argument
5714 if (nqueues) in expand_altq()
5715 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5738 if (nqueues && nqueues->tail) { in expand_altq()
5741 nqueues, in expand_altq()
5778 LOOP_THROUGH(struct node_queue, queue, nqueues, in expand_altq()
5808 if (nqueues) in expand_altq()
5809 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5816 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue() argument
5825 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5831 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5859 if (nqueues != NULL) { in expand_queue()
5888 for (nq = nqueues; nq != NULL; nq = nq->next) { in expand_queue()
5927 if (nqueues && nqueues->tail) { in expand_queue()
5930 queue, nqueues, in expand_queue()
5942 FREE_LIST(struct node_queue, nqueues); in expand_queue()