Lines Matching defs:queue
225 * @lock: Spinlock protecting the queue and associated data.
258 * @queue: List of slots waiting for access to the controller.
281 * @lock is a softirq-safe spinlock protecting @queue as well as
286 * used to synchronize mode register updates with the queue
291 * @queue.
335 struct list_head queue;
364 * @queue_node: List node for placing this node in the @queue list of
1330 dev_vdbg(&slot->mmc->class_dev, "queue request: state=%d\n",
1339 dev_dbg(&host->pdev->dev, "queue request\n");
1340 list_add_tail(&slot->queue_node, &host->queue);
1463 if (list_empty(&host->queue)) {
1581 if (!list_empty(&host->queue)) {
1582 slot = list_entry(host->queue.next,
1663 /* Clean up queue if present */
2480 INIT_LIST_HEAD(&host->queue);