Lines Matching defs:queue
127 "Could not queue trace for printing. It is likely that events happen faster\n"
221 struct queue {
231 struct queue printqueue;
787 static void init_queue(struct queue *q)
797 static __always_inline int queue_len(const struct queue *q)
805 static __always_inline int queue_nr_free(const struct queue *q)
811 * queue is full because adding an element will make it appear empty
823 static __always_inline void queue_push_to_back(struct queue *q,
830 static __always_inline struct entry queue_pop_from_front(struct queue *q)
838 static __always_inline void queue_cond_signal(struct queue *q)
843 static __always_inline void queue_cond_wait(struct queue *q)
848 static __always_inline int queue_try_to_add_entry(struct queue *q,
863 static struct entry queue_wait_for_entry(struct queue *q)