Lines Matching refs:node_queue
204 static struct node_queue { struct
209 struct node_queue *next; argument
210 struct node_queue *tail; argument
342 struct node_queue *, struct node_queue_bw bwspec,
345 struct node_queue *, struct node_queue_bw,
428 struct node_queue *queue;
1997 $$ = calloc(1, sizeof(struct node_queue));
4991 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq()
4996 struct node_queue *n; in expand_altq()
5003 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5028 LOOP_THROUGH(struct node_queue, queue, in expand_altq()
5065 LOOP_THROUGH(struct node_queue, queue, nqueues, in expand_altq()
5066 n = calloc(1, sizeof(struct node_queue)); in expand_altq()
5095 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5102 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue()
5105 struct node_queue *n, *nq; in expand_queue()
5111 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5117 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5122 LOOP_THROUGH(struct node_queue, tqueue, queues, in expand_queue()
5182 sizeof(struct node_queue)); in expand_queue()
5215 LOOP_THROUGH(struct node_queue, in expand_queue()
5228 FREE_LIST(struct node_queue, nqueues); in expand_queue()