Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dfunnel-workqueue.h25 struct vdo_thread;
29 struct vdo_thread *owner, const struct vdo_work_queue_type *type,
46 struct vdo_thread *vdo_get_work_queue_owner(struct vdo_work_queue *queue);
H A Dfunnel-workqueue.c39 struct vdo_thread *owner;
311 struct vdo_thread *owner, void *private, in make_simple_work_queue()
388 struct vdo_thread *owner, const struct vdo_work_queue_type *type, in vdo_make_work_queue()
623 struct vdo_thread *vdo_get_work_queue_owner(struct vdo_work_queue *queue) in vdo_get_work_queue_owner()
H A Dvdo.c132 struct vdo_thread *thread = vdo_get_work_queue_owner(vdo_get_current_work_queue()); in start_vdo_request_queue()
414 struct vdo_thread *thread = &vdo->threads[thread_id]; in vdo_make_thread()
558 struct vdo_thread, __func__, &vdo->threads); in vdo_make()
641 static void free_listeners(struct vdo_thread *thread) in free_listeners()
991 struct vdo_thread *thread = &vdo->threads[thread_id]; in vdo_register_read_only_listener()
1146 struct vdo_thread *thread = &vdo->threads[thread_id]; in make_thread_read_only()
1247 struct vdo_thread *thread; in vdo_enter_read_only_mode()
1603 struct vdo_thread *thread; in vdo_get_callback_thread_id()
H A Dvdo.h56 struct vdo_thread { struct
168 struct vdo_thread *threads;
H A Ddedupe.c2030 struct vdo_thread *thread = vdo_get_work_queue_owner(vdo_get_current_work_queue()); in start_uds_queue()