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
7904 static int md_thread(void *arg) in md_thread() function7957 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread()
732 struct md_thread { struct733 void (*run) (struct md_thread *thread); argument734 struct mddev *mddev;735 wait_queue_head_t wqueue;736 unsigned long flags;737 struct task_struct *tsk;738 unsigned long timeout;739 void *private;
7966 static int md_thread(void *arg) in md_thread() function8035 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread()