Lines Matching defs:md_thread
472 struct md_thread __rcu *thread; /* management thread */
473 struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */
757 * start up works that do NOT require md_thread. tasks that
758 * requires md_thread should go into start()
868 struct md_thread {
869 void (*run) (struct md_thread *thread);
904 extern struct md_thread *md_register_thread(
905 void (*run)(struct md_thread *thread),
908 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
909 extern void __md_wakeup_thread(struct md_thread __rcu *thread);
933 extern void md_do_sync(struct md_thread *thread);