Home
last modified time | relevance | path

Searched refs:vdo_make_funnel_queue (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.c210 result = vdo_make_funnel_queue(&queue->main_queue); in uds_make_request_queue()
216 result = vdo_make_funnel_queue(&queue->retry_queue); in uds_make_request_queue()
/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.h70 int __must_check vdo_make_funnel_queue(struct funnel_queue **queue_ptr);
H A Dfunnel-queue.c12 int vdo_make_funnel_queue(struct funnel_queue **queue_ptr) in vdo_make_funnel_queue() function
H A Dfunnel-workqueue.c343 result = vdo_make_funnel_queue(&queue->priority_lists[i]); in make_simple_work_queue()
H A Ddedupe.c2375 result = vdo_make_funnel_queue(&zone->timed_out_complete); in initialize_zone()