Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/indexer/
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-6.12.1/drivers/md/dm-vdo/
Dfunnel-queue.h104 struct funnel_queue_entry *__must_check vdo_funnel_queue_poll(struct funnel_queue *queue);
Dfunnel-queue.c103 struct funnel_queue_entry *vdo_funnel_queue_poll(struct funnel_queue *queue) in vdo_funnel_queue_poll() function
Dfunnel-workqueue.c101 struct funnel_queue_entry *link = vdo_funnel_queue_poll(queue->priority_lists[i]); in poll_for_completion()
Ddedupe.c2275 entry = vdo_funnel_queue_poll(zone->timed_out_complete); in check_for_drain_complete()
2876 entry = vdo_funnel_queue_poll(zone->timed_out_complete); in acquire_context()
Ddata-vio.c721 struct funnel_queue_entry *entry = vdo_funnel_queue_poll(pool->queue); in process_release_callback()