Home
last modified time | relevance | path

Searched refs:funnel_queue_entry (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.h46 struct funnel_queue_entry { struct
48 struct funnel_queue_entry *next; argument
61 struct funnel_queue_entry *newest; in __aligned()
64 struct funnel_queue_entry *oldest __aligned(L1_CACHE_BYTES); in __aligned()
67 struct funnel_queue_entry stub; in __aligned()
83 struct funnel_queue_entry *entry) in vdo_funnel_queue_put()
85 struct funnel_queue_entry *previous; in vdo_funnel_queue_put()
104 struct funnel_queue_entry *__must_check vdo_funnel_queue_poll(struct funnel_queue *queue);
H A Ddedupe.h24 struct funnel_queue_entry queue_entry;