Searched refs:simple_work_queue (Results 1 – 1 of 1) sorted by relevance
44 struct simple_work_queue { struct69 struct simple_work_queue **service_queues; argument73 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 …]