Searched defs:md_thread (Results 1 – 4 of 4) sorted by relevance
676 struct md_thread { struct677 void (*run) (struct md_thread *thread); argument700 extern struct md_thread *md_register_thread( argument
7938 static int md_thread(void *arg) in md_thread() function7991 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread()
738 struct md_thread { struct739 void (*run) (struct md_thread *thread); argument740 struct mddev *mddev;741 wait_queue_head_t wqueue;742 unsigned long flags;743 struct task_struct *tsk;744 unsigned long timeout;745 void *private;
7973 static int md_thread(void *arg) in md_thread() function8042 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread()