Home
last modified time | relevance | path

Searched refs:vdo_funnel_queue_poll (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.c72 entry = vdo_funnel_queue_poll(queue->retry_queue); in poll_queues()
76 entry = vdo_funnel_queue_poll(queue->main_queue); in poll_queues()
/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.h104 struct funnel_queue_entry *__must_check vdo_funnel_queue_poll(struct funnel_queue *queue);
H A Dfunnel-queue.c103 struct funnel_queue_entry *vdo_funnel_queue_poll(struct funnel_queue *queue) in vdo_funnel_queue_poll() function
H A Dfunnel-workqueue.c101 struct funnel_queue_entry *link = vdo_funnel_queue_poll(queue->priority_lists[i]); in poll_for_completion()