Lines Matching defs:queue
19 * Messages can be safely freed after the queue has been successfully flushed
34 * - in ops->hw_free(), if the queue has been successfully flushed;
121 * If the substream has already been used, then the I/O queue may be in
123 * queue to its original state, if necessary.
222 dev_err(&vdev->dev, "SID %u: invalid I/O queue state\n",
256 /* If the queue is flushed, we can safely free the messages here. */
278 dev_err(&vdev->dev, "SID %u: invalid I/O queue state\n",
317 * May take and release the tx/rx queue spinlock.
324 struct virtio_snd_queue *queue;
332 queue = virtsnd_pcm_queue(vss);
334 spin_lock_irqsave(&queue->lock, flags);
340 spin_unlock_irqrestore(&queue->lock, flags);
412 * Thus, we consider the absence of I/O messages in the queue as an
419 dev_warn(&snd->vdev->dev, "SID %u: failed to flush I/O queue\n",