Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Dmd.h330 struct md_thread *thread; /* management thread */
331 struct md_thread *sync_thread; /* doing resync or reconstruct */
648 struct md_thread { struct
649 void (*run) (struct md_thread *thread); argument
672 extern struct md_thread *md_register_thread( argument
673 void (*run)(struct md_thread *thread),
676 extern void md_unregister_thread(struct md_thread **threadp);
677 extern void md_wakeup_thread(struct md_thread *thread);
696 extern void md_do_sync(struct md_thread *thread);
Draid1.h134 struct md_thread *thread;
Draid10.h104 struct md_thread *thread;
Dmd-cluster.c84 struct md_thread *recovery_thread;
91 struct md_thread *recv_thread;
294 static void recover_bitmaps(struct md_thread *thread) in recover_bitmaps()
626 static void recv_daemon(struct md_thread *thread) in recv_daemon()
Draid5.h678 struct md_thread *thread;
Dmd-multipath.c322 static void multipathd(struct md_thread *thread) in multipathd()
Dmd.c7517 static int md_thread(void *arg) in md_thread() function
7519 struct md_thread *thread = arg; in md_thread()
7560 void md_wakeup_thread(struct md_thread *thread) in md_wakeup_thread()
7570 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() argument
7573 struct md_thread *thread; in md_register_thread()
7575 thread = kzalloc(sizeof(struct md_thread), GFP_KERNEL); in md_register_thread()
7584 thread->tsk = kthread_run(md_thread, thread, in md_register_thread()
7596 void md_unregister_thread(struct md_thread **threadp) in md_unregister_thread()
7598 struct md_thread *thread = *threadp; in md_unregister_thread()
8237 void md_do_sync(struct md_thread *thread) in md_do_sync()
Draid5-cache.c132 struct md_thread *reclaim_thread;
1560 static void r5l_reclaim_thread(struct md_thread *thread) in r5l_reclaim_thread()
Draid1.c2486 static void raid1d(struct md_thread *thread) in raid1d()
Draid10.c2744 static void raid10d(struct md_thread *thread) in raid10d()
Draid5.c6264 static void raid5d(struct md_thread *thread) in raid5d()