Searched defs:md_thread (Results 1 – 1 of 1) sorted by relevance
136937 struct md_thread { struct136938 void (*run)(struct md_thread *); argument136939 struct mddev *mddev;136940 wait_queue_head_t wqueue;136941 long unsigned int flags;136942 struct task_struct *tsk;136943 long unsigned int timeout;136944 void *private;