round_robin_work_queue
static void free_round_robin_work_queue(struct round_robin_work_queue *queue)
struct round_robin_work_queue *queue;
static void finish_round_robin_work_queue(struct round_robin_work_queue *queue)
struct round_robin_work_queue *round_robin = as_round_robin_work_queue(queue);
struct round_robin_work_queue *round_robin = as_round_robin_work_queue(queue);
static inline struct round_robin_work_queue *as_round_robin_work_queue(struct vdo_work_queue *queue)
container_of(queue, struct round_robin_work_queue, common));