Lines Matching defs:queue
75 struct list_head queue; /* queue of pending messages */
154 if (list_empty(&ms->queue))
157 /* get the head of the queue */
158 ms->message = list_first_entry(&ms->queue, struct spi_message, queue);
159 list_del_init(&ms->message->queue);
369 list_add_tail(&m->queue, &ms->queue);
470 INIT_LIST_HEAD(&ms->queue);