Lines Matching defs:queue
79 struct list_head queue; /* queue of pending messages */
159 if (list_empty(&ms->queue))
162 /* get the head of the queue */
163 ms->message = list_first_entry(&ms->queue, struct spi_message, queue);
164 list_del_init(&ms->message->queue);
376 list_add_tail(&m->queue, &ms->queue);
470 INIT_LIST_HEAD(&ms->queue);