Lines Matching refs:node_queue
210 static struct node_queue { struct
215 struct node_queue *next; argument
216 struct node_queue *tail; argument
370 struct node_queue *, struct node_queue_bw bwspec,
373 struct node_queue *, struct node_queue_bw,
471 struct node_queue *queue;
2330 $$ = calloc(1, sizeof(struct node_queue));
5651 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq()
5656 struct node_queue *n; in expand_altq()
5663 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5688 LOOP_THROUGH(struct node_queue, queue, in expand_altq()
5726 LOOP_THROUGH(struct node_queue, queue, nqueues, in expand_altq()
5727 n = calloc(1, sizeof(struct node_queue)); in expand_altq()
5757 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5764 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue()
5767 struct node_queue *n, *nq; in expand_queue()
5773 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5779 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5784 LOOP_THROUGH(struct node_queue, tqueue, queues, in expand_queue()
5844 sizeof(struct node_queue)); in expand_queue()
5877 LOOP_THROUGH(struct node_queue, in expand_queue()
5890 FREE_LIST(struct node_queue, nqueues); in expand_queue()