Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c67 struct round_robin_work_queue { struct
79 static inline struct round_robin_work_queue *as_round_robin_work_queue(struct vdo_work_queue *queue) in as_round_robin_work_queue() argument
83 container_of(queue, struct round_robin_work_queue, common)); in as_round_robin_work_queue()
283 static void free_round_robin_work_queue(struct round_robin_work_queue *queue) in free_round_robin_work_queue()
386 struct round_robin_work_queue *queue; in vdo_make_work_queue()
402 result = vdo_allocate(1, struct round_robin_work_queue, "round-robin work queue", in vdo_make_work_queue()
454 static void finish_round_robin_work_queue(struct round_robin_work_queue *queue) in finish_round_robin_work_queue()
502 struct round_robin_work_queue *round_robin = as_round_robin_work_queue(queue); in vdo_dump_work_queue()
568 struct round_robin_work_queue *round_robin = as_round_robin_work_queue(queue); in vdo_enqueue_work_queue()