Lines Matching refs:node_queue
219 static struct node_queue { struct
224 struct node_queue *next; argument
225 struct node_queue *tail; argument
463 struct node_queue *, struct node_queue_bw bwspec,
466 struct node_queue *, struct node_queue_bw,
558 struct node_queue *queue;
2374 $$ = calloc(1, sizeof(struct node_queue));
6231 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq()
6236 struct node_queue *n; in expand_altq()
6243 FREE_LIST(struct node_queue, nqueues); in expand_altq()
6268 LOOP_THROUGH(struct node_queue, queue, in expand_altq()
6306 LOOP_THROUGH(struct node_queue, queue, nqueues, in expand_altq()
6307 n = calloc(1, sizeof(struct node_queue)); in expand_altq()
6337 FREE_LIST(struct node_queue, nqueues); in expand_altq()
6344 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue()
6347 struct node_queue *n, *nq; in expand_queue()
6353 FREE_LIST(struct node_queue, nqueues); in expand_queue()
6359 FREE_LIST(struct node_queue, nqueues); in expand_queue()
6364 LOOP_THROUGH(struct node_queue, tqueue, queues, in expand_queue()
6424 sizeof(struct node_queue)); in expand_queue()
6457 LOOP_THROUGH(struct node_queue, in expand_queue()
6470 FREE_LIST(struct node_queue, nqueues); in expand_queue()