Lines Matching defs:queue

73 static inline struct simple_work_queue *as_simple_work_queue(struct vdo_work_queue *queue)  in as_simple_work_queue()
79 static inline struct round_robin_work_queue *as_round_robin_work_queue(struct vdo_work_queue *queue) in as_round_robin_work_queue()
96 static struct vdo_completion *poll_for_completion(struct simple_work_queue *queue) in poll_for_completion()
110 static void enqueue_work_queue_completion(struct simple_work_queue *queue, in enqueue_work_queue_completion()
153 static void run_start_hook(struct simple_work_queue *queue) in run_start_hook()
159 static void run_finish_hook(struct simple_work_queue *queue) in run_finish_hook()
174 static struct vdo_completion *wait_for_next_completion(struct simple_work_queue *queue) in wait_for_next_completion()
222 static void process_completion(struct simple_work_queue *queue, in process_completion()
233 static void service_work_queue(struct simple_work_queue *queue) in service_work_queue()
264 struct simple_work_queue *queue = ptr; in work_queue_runner() local
273 static void free_simple_work_queue(struct simple_work_queue *queue) in free_simple_work_queue()
283 static void free_round_robin_work_queue(struct round_robin_work_queue *queue) in free_round_robin_work_queue()
298 void vdo_free_work_queue(struct vdo_work_queue *queue) in vdo_free_work_queue()
317 struct simple_work_queue *queue; in make_simple_work_queue() local
386 struct round_robin_work_queue *queue; in vdo_make_work_queue() local
444 static void finish_simple_work_queue(struct simple_work_queue *queue) in finish_simple_work_queue()
454 static void finish_round_robin_work_queue(struct round_robin_work_queue *queue) in finish_round_robin_work_queue()
465 void vdo_finish_work_queue(struct vdo_work_queue *queue) in vdo_finish_work_queue()
478 static void dump_simple_work_queue(struct simple_work_queue *queue) in dump_simple_work_queue()
499 void vdo_dump_work_queue(struct vdo_work_queue *queue) in vdo_dump_work_queue()
556 void vdo_enqueue_work_queue(struct vdo_work_queue *queue, in vdo_enqueue_work_queue()
612 struct simple_work_queue *queue = get_current_thread_work_queue(); in vdo_get_current_work_queue() local
617 struct vdo_thread *vdo_get_work_queue_owner(struct vdo_work_queue *queue) in vdo_get_work_queue_owner()
629 struct simple_work_queue *queue = get_current_thread_work_queue(); in vdo_get_work_queue_private_data() local
634 bool vdo_work_queue_type_is(struct vdo_work_queue *queue, in vdo_work_queue_type_is()