Lines Matching refs:node_queue
195 struct node_queue { struct
200 struct node_queue *next; argument
201 struct node_queue *tail; argument
328 struct node_queue *, struct node_queue_bw bwspec,
331 struct node_queue *, struct node_queue_bw,
411 struct node_queue *queue;
1880 $$ = calloc(1, sizeof(struct node_queue));
4801 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq()
4806 struct node_queue *n; in expand_altq()
4812 FREE_LIST(struct node_queue, nqueues); in expand_altq()
4837 LOOP_THROUGH(struct node_queue, queue, in expand_altq()
4874 LOOP_THROUGH(struct node_queue, queue, nqueues, in expand_altq()
4875 n = calloc(1, sizeof(struct node_queue)); in expand_altq()
4904 FREE_LIST(struct node_queue, nqueues); in expand_altq()
4911 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue()
4914 struct node_queue *n, *nq; in expand_queue()
4920 FREE_LIST(struct node_queue, nqueues); in expand_queue()
4926 FREE_LIST(struct node_queue, nqueues); in expand_queue()
4931 LOOP_THROUGH(struct node_queue, tqueue, queues, in expand_queue()
4991 sizeof(struct node_queue)); in expand_queue()
5024 LOOP_THROUGH(struct node_queue, in expand_queue()
5037 FREE_LIST(struct node_queue, nqueues); in expand_queue()