Lines Matching refs:node_queue
205 static struct node_queue { struct
210 struct node_queue *next; argument
211 struct node_queue *tail; argument
347 struct node_queue *, struct node_queue_bw bwspec,
350 struct node_queue *, struct node_queue_bw,
433 struct node_queue *queue;
2074 $$ = calloc(1, sizeof(struct node_queue));
5134 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq()
5139 struct node_queue *n; in expand_altq()
5146 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5171 LOOP_THROUGH(struct node_queue, queue, in expand_altq()
5209 LOOP_THROUGH(struct node_queue, queue, nqueues, in expand_altq()
5210 n = calloc(1, sizeof(struct node_queue)); in expand_altq()
5240 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5247 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue()
5250 struct node_queue *n, *nq; in expand_queue()
5256 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5262 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5267 LOOP_THROUGH(struct node_queue, tqueue, queues, in expand_queue()
5327 sizeof(struct node_queue)); in expand_queue()
5360 LOOP_THROUGH(struct node_queue, in expand_queue()
5373 FREE_LIST(struct node_queue, nqueues); in expand_queue()