Lines Matching defs:thread
284 md_wakeup_thread(mddev->thread);
302 * Wake up any possible resync thread that waits for the device
881 * thread state
985 /* move on if recovery thread is
988 (conf->mddev->thread->tsk == current &&
1075 md_wakeup_thread(mddev->thread);
1105 * 1. Register the new request and wait if the reconstruction thread has put
1285 md_wakeup_thread(mddev->thread);
1326 md_wakeup_thread(mddev->thread);
1335 md_wakeup_thread(mddev->thread);
2329 * This is a kernel thread which:
2707 md_wakeup_thread(conf->mddev->thread);
2717 static void raid10d(struct md_thread *thread)
2719 struct mddev *mddev = thread->mddev;
3721 conf->thread = md_register_thread(raid10d, mddev, "raid10");
3722 if (!conf->thread)
3767 mddev->thread = conf->thread;
3768 conf->thread = NULL;
3934 md_unregister_thread(&mddev->thread);
4516 md_wakeup_thread(mddev->thread);