Symbol: funnel_queue_entry
drivers/md/dm-vdo/data-vio.c
716
struct funnel_queue_entry *entry = vdo_funnel_queue_poll(pool->queue);
drivers/md/dm-vdo/dedupe.c
2276
struct funnel_queue_entry *entry;
drivers/md/dm-vdo/dedupe.c
2858
struct funnel_queue_entry *entry;
drivers/md/dm-vdo/dedupe.h
24
struct funnel_queue_entry queue_entry;
drivers/md/dm-vdo/funnel-queue.c
103
struct funnel_queue_entry *vdo_funnel_queue_poll(struct funnel_queue *queue)
drivers/md/dm-vdo/funnel-queue.c
105
struct funnel_queue_entry *oldest = get_oldest(queue);
drivers/md/dm-vdo/funnel-queue.c
38
static struct funnel_queue_entry *get_oldest(struct funnel_queue *queue)
drivers/md/dm-vdo/funnel-queue.c
45
struct funnel_queue_entry *oldest = queue->oldest;
drivers/md/dm-vdo/funnel-queue.c
46
struct funnel_queue_entry *next = READ_ONCE(oldest->next);
drivers/md/dm-vdo/funnel-queue.c
69
struct funnel_queue_entry *newest = READ_ONCE(queue->newest);
drivers/md/dm-vdo/funnel-queue.h
104
struct funnel_queue_entry *__must_check vdo_funnel_queue_poll(struct funnel_queue *queue);
drivers/md/dm-vdo/funnel-queue.h
48
struct funnel_queue_entry *next;
drivers/md/dm-vdo/funnel-queue.h
61
struct funnel_queue_entry *newest;
drivers/md/dm-vdo/funnel-queue.h
64
struct funnel_queue_entry *oldest __aligned(L1_CACHE_BYTES);
drivers/md/dm-vdo/funnel-queue.h
67
struct funnel_queue_entry stub;
drivers/md/dm-vdo/funnel-queue.h
83
struct funnel_queue_entry *entry)
drivers/md/dm-vdo/funnel-queue.h
85
struct funnel_queue_entry *previous;
drivers/md/dm-vdo/funnel-workqueue.c
101
struct funnel_queue_entry *link = vdo_funnel_queue_poll(queue->priority_lists[i]);
drivers/md/dm-vdo/indexer/funnel-requestqueue.c
70
struct funnel_queue_entry *entry;
drivers/md/dm-vdo/indexer/indexer.h
277
struct funnel_queue_entry queue_link;
drivers/md/dm-vdo/types.h
329
struct funnel_queue_entry work_queue_entry_link;