Searched refs:round_robin (Results 1 – 1 of 1) sorted by relevance
501 struct round_robin_work_queue *round_robin = as_round_robin_work_queue(queue); in vdo_dump_work_queue() local504 for (i = 0; i < round_robin->num_service_queues; i++) in vdo_dump_work_queue()505 dump_simple_work_queue(round_robin->service_queues[i]); in vdo_dump_work_queue()567 struct round_robin_work_queue *round_robin = as_round_robin_work_queue(queue); in vdo_enqueue_work_queue() local577 unsigned int index = rotor % round_robin->num_service_queues; in vdo_enqueue_work_queue()579 simple_queue = round_robin->service_queues[index]; in vdo_enqueue_work_queue()
Completed in 7 milliseconds