Searched refs:vdo_is_funnel_queue_idle (Results 1 – 3 of 3) sorted by relevance
85 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()
108 bool __must_check vdo_is_funnel_queue_idle(struct funnel_queue *queue);
148 bool vdo_is_funnel_queue_idle(struct funnel_queue *queue) in vdo_is_funnel_queue_idle() function