Searched defs:md_thread (Results 1 – 2 of 2) sorted by relevance
528 struct md_thread { struct529 void (*run) (struct mddev *mddev);530 struct mddev *mddev;531 wait_queue_head_t wqueue;532 unsigned long flags;533 struct task_struct *tsk;534 unsigned long timeout;
6435 static int md_thread(void * arg) in md_thread() function