Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.h106 bool __must_check vdo_is_funnel_queue_empty(struct funnel_queue *queue);
H A Dfunnel-queue.c137 bool vdo_is_funnel_queue_empty(struct funnel_queue *queue) in vdo_is_funnel_queue_empty() function
H A Ddata-vio.c746 reschedule = !vdo_is_funnel_queue_empty(pool->queue); in process_release_callback()