Searched defs:md_thread (Results 1 – 1 of 1) sorted by relevance
860 struct md_thread { struct861 void (*run) (struct md_thread *thread); argument862 struct mddev *mddev;863 wait_queue_head_t wqueue;864 unsigned long flags;865 struct task_struct *tsk;889 extern struct md_thread *md_register_thread( argument