Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c44 struct simple_work_queue { struct
69 struct simple_work_queue **service_queues; argument
73 static inline struct simple_work_queue *as_simple_work_queue(struct vdo_work_queue *queue) in as_simple_work_queue()
76 NULL : container_of(queue, struct simple_work_queue, common)); in as_simple_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()
[all …]