Lines Matching defs:node_queue
211 static struct node_queue {
216 struct node_queue *next;
217 struct node_queue *tail;
393 struct node_queue *, struct node_queue_bw bwspec,
396 struct node_queue *, struct node_queue_bw,
487 struct node_queue *queue;
2343 $$ = calloc(1, sizeof(struct node_queue));
5827 struct node_queue *nqueues, struct node_queue_bw bwspec,
5832 struct node_queue *n;
5839 FREE_LIST(struct node_queue, nqueues);
5864 LOOP_THROUGH(struct node_queue, queue,
5902 LOOP_THROUGH(struct node_queue, queue, nqueues,
5903 n = calloc(1, sizeof(struct node_queue));
5933 FREE_LIST(struct node_queue, nqueues);
5940 struct node_queue *nqueues, struct node_queue_bw bwspec,
5943 struct node_queue *n, *nq;
5949 FREE_LIST(struct node_queue, nqueues);
5955 FREE_LIST(struct node_queue, nqueues);
5960 LOOP_THROUGH(struct node_queue, tqueue, queues,
6020 sizeof(struct node_queue));
6053 LOOP_THROUGH(struct node_queue,
6066 FREE_LIST(struct node_queue, nqueues);