funnel_queue_entry
struct funnel_queue_entry *entry = vdo_funnel_queue_poll(pool->queue);
struct funnel_queue_entry *entry;
struct funnel_queue_entry *entry;
struct funnel_queue_entry queue_entry;
struct funnel_queue_entry *vdo_funnel_queue_poll(struct funnel_queue *queue)
struct funnel_queue_entry *oldest = get_oldest(queue);
static struct funnel_queue_entry *get_oldest(struct funnel_queue *queue)
struct funnel_queue_entry *oldest = queue->oldest;
struct funnel_queue_entry *next = READ_ONCE(oldest->next);
struct funnel_queue_entry *newest = READ_ONCE(queue->newest);
struct funnel_queue_entry *__must_check vdo_funnel_queue_poll(struct funnel_queue *queue);
struct funnel_queue_entry *next;
struct funnel_queue_entry *newest;
struct funnel_queue_entry *oldest __aligned(L1_CACHE_BYTES);
struct funnel_queue_entry stub;
struct funnel_queue_entry *entry)
struct funnel_queue_entry *previous;
struct funnel_queue_entry *link = vdo_funnel_queue_poll(queue->priority_lists[i]);
struct funnel_queue_entry *entry;
struct funnel_queue_entry queue_link;
struct funnel_queue_entry work_queue_entry_link;