Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
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);
Dfunnel-workqueue.c39 struct vdo_thread *owner;
312 struct vdo_thread *owner, void *private, in make_simple_work_queue()
382 struct vdo_thread *owner, const struct vdo_work_queue_type *type, in vdo_make_work_queue()
617 struct vdo_thread *vdo_get_work_queue_owner(struct vdo_work_queue *queue) in vdo_get_work_queue_owner()
Dvdo.h56 struct vdo_thread { struct
168 struct vdo_thread *threads;
Dvdo.c134 struct vdo_thread *thread = vdo_get_work_queue_owner(vdo_get_current_work_queue()); in start_vdo_request_queue()
420 struct vdo_thread *thread = &vdo->threads[thread_id]; in vdo_make_thread()
565 struct vdo_thread, __func__, &vdo->threads); in vdo_make()
648 static void free_listeners(struct vdo_thread *thread) in free_listeners()
997 struct vdo_thread *thread = &vdo->threads[thread_id]; in vdo_register_read_only_listener()
1152 struct vdo_thread *thread = &vdo->threads[thread_id]; in make_thread_read_only()
1253 struct vdo_thread *thread; in vdo_enter_read_only_mode()
1609 struct vdo_thread *thread; in vdo_get_callback_thread_id()
Ddedupe.c2028 struct vdo_thread *thread = vdo_get_work_queue_owner(vdo_get_current_work_queue()); in start_uds_queue()