Home
last modified time | relevance | path

Searched refs:vdo_is_funnel_queue_idle (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dfunnel-requestqueue.c85 return vdo_is_funnel_queue_idle(queue->retry_queue) && in are_queues_idle()
86 vdo_is_funnel_queue_idle(queue->main_queue); in are_queues_idle()
/linux-6.12.1/drivers/md/dm-vdo/
Dfunnel-queue.h108 bool __must_check vdo_is_funnel_queue_idle(struct funnel_queue *queue);
Dfunnel-queue.c148 bool vdo_is_funnel_queue_idle(struct funnel_queue *queue) in vdo_is_funnel_queue_idle() function