Symbol: vdo_work_queue
drivers/md/dm-vdo/dm-vdo-target.c
899
struct vdo_work_queue *current_work_queue;
drivers/md/dm-vdo/funnel-workqueue.c
297
void vdo_free_work_queue(struct vdo_work_queue *queue)
drivers/md/dm-vdo/funnel-workqueue.c
390
struct vdo_work_queue **queue_ptr)
drivers/md/dm-vdo/funnel-workqueue.c
45
struct vdo_work_queue common;
drivers/md/dm-vdo/funnel-workqueue.c
471
void vdo_finish_work_queue(struct vdo_work_queue *queue)
drivers/md/dm-vdo/funnel-workqueue.c
505
void vdo_dump_work_queue(struct vdo_work_queue *queue)
drivers/md/dm-vdo/funnel-workqueue.c
562
void vdo_enqueue_work_queue(struct vdo_work_queue *queue,
drivers/md/dm-vdo/funnel-workqueue.c
616
struct vdo_work_queue *vdo_get_current_work_queue(void)
drivers/md/dm-vdo/funnel-workqueue.c
623
struct vdo_thread *vdo_get_work_queue_owner(struct vdo_work_queue *queue)
drivers/md/dm-vdo/funnel-workqueue.c
640
bool vdo_work_queue_type_is(struct vdo_work_queue *queue,
drivers/md/dm-vdo/funnel-workqueue.c
68
struct vdo_work_queue common;
drivers/md/dm-vdo/funnel-workqueue.c
73
static inline struct simple_work_queue *as_simple_work_queue(struct vdo_work_queue *queue)
drivers/md/dm-vdo/funnel-workqueue.c
79
static inline struct round_robin_work_queue *as_round_robin_work_queue(struct vdo_work_queue *queue)
drivers/md/dm-vdo/funnel-workqueue.h
26
struct vdo_work_queue;
drivers/md/dm-vdo/funnel-workqueue.h
31
struct vdo_work_queue **queue_ptr);
drivers/md/dm-vdo/funnel-workqueue.h
33
void vdo_enqueue_work_queue(struct vdo_work_queue *queue, struct vdo_completion *completion);
drivers/md/dm-vdo/funnel-workqueue.h
35
void vdo_finish_work_queue(struct vdo_work_queue *queue);
drivers/md/dm-vdo/funnel-workqueue.h
37
void vdo_free_work_queue(struct vdo_work_queue *queue);
drivers/md/dm-vdo/funnel-workqueue.h
39
void vdo_dump_work_queue(struct vdo_work_queue *queue);
drivers/md/dm-vdo/funnel-workqueue.h
45
struct vdo_work_queue *vdo_get_current_work_queue(void);
drivers/md/dm-vdo/funnel-workqueue.h
46
struct vdo_thread *vdo_get_work_queue_owner(struct vdo_work_queue *queue);
drivers/md/dm-vdo/funnel-workqueue.h
48
bool __must_check vdo_work_queue_type_is(struct vdo_work_queue *queue,
drivers/md/dm-vdo/io-submitter.c
35
struct vdo_work_queue *queue;
drivers/md/dm-vdo/types.h
328
struct vdo_work_queue *my_queue;
drivers/md/dm-vdo/vdo.c
1602
struct vdo_work_queue *queue = vdo_get_current_work_queue();
drivers/md/dm-vdo/vdo.h
59
struct vdo_work_queue *queue;