Lines Matching defs:thread
288 md_wakeup_thread(mddev->thread);
321 * Wake up any possible resync thread that waits for the device
835 * thread state
1167 md_wakeup_thread(mddev->thread);
1215 * If r1_bio is set, we are blocking the raid1d thread
1347 * thread has put up a bar for new requests.
1356 md_wakeup_thread(mddev->thread);
1539 md_wakeup_thread(mddev->thread);
2223 * This is a kernel thread which:
2457 md_wakeup_thread(conf->mddev->thread);
2507 static void raid1d(struct md_thread *thread)
2509 struct mddev *mddev = thread->mddev;
3041 conf->thread = md_register_thread(raid1d, mddev, "raid1");
3042 if (!conf->thread)
3121 md_unregister_thread(&conf->thread);
3139 mddev->thread = conf->thread;
3140 conf->thread = NULL;
3157 md_unregister_thread(&mddev->thread);
3316 md_wakeup_thread(mddev->thread);