Home
last modified time | relevance | path

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

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