Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Dmd.h336 struct md_thread *thread; /* management thread */
337 struct md_thread *sync_thread; /* doing resync or reconstruct */
665 struct md_thread { struct
666 void (*run) (struct md_thread *thread); argument
689 extern struct md_thread *md_register_thread( argument
690 void (*run)(struct md_thread *thread),
693 extern void md_unregister_thread(struct md_thread **threadp);
694 extern void md_wakeup_thread(struct md_thread *thread);
713 extern void md_do_sync(struct md_thread *thread);
Draid1.h134 struct md_thread *thread;
Draid10.h104 struct md_thread *thread;
Draid5.h676 struct md_thread *thread;
Dmd-cluster.c78 struct md_thread *recovery_thread;
85 struct md_thread *recv_thread;
286 static void recover_bitmaps(struct md_thread *thread) in recover_bitmaps()
621 static void recv_daemon(struct md_thread *thread) in recv_daemon()
Dmd-multipath.c314 static void multipathd(struct md_thread *thread) in multipathd()
Dmd.c7631 static int md_thread(void *arg) in md_thread() function
7633 struct md_thread *thread = arg; in md_thread()
7674 void md_wakeup_thread(struct md_thread *thread) in md_wakeup_thread()
7684 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() argument
7687 struct md_thread *thread; in md_register_thread()
7689 thread = kzalloc(sizeof(struct md_thread), GFP_KERNEL); in md_register_thread()
7698 thread->tsk = kthread_run(md_thread, thread, in md_register_thread()
7710 void md_unregister_thread(struct md_thread **threadp) in md_unregister_thread()
7712 struct md_thread *thread = *threadp; in md_unregister_thread()
8359 void md_do_sync(struct md_thread *thread) in md_do_sync()
Draid5-cache.c123 struct md_thread *reclaim_thread;
1551 static void r5l_reclaim_thread(struct md_thread *thread) in r5l_reclaim_thread()
Draid1.c2522 static void raid1d(struct md_thread *thread) in raid1d()
Draid10.c2712 static void raid10d(struct md_thread *thread) in raid10d()
Draid5.c6280 static void raid5d(struct md_thread *thread) in raid5d()