sync_thread      3684 drivers/md/dm-raid.c 		if (mddev->sync_thread) {
sync_thread      3710 drivers/md/dm-raid.c 		if (!mddev->suspended && mddev->sync_thread)
sync_thread      3711 drivers/md/dm-raid.c 			md_wakeup_thread(mddev->sync_thread);
sync_thread      2284 drivers/md/md-bitmap.c 		if (mddev->recovery || mddev->sync_thread) {
sync_thread       328 drivers/md/md-cluster.c 			md_wakeup_thread(mddev->sync_thread);
sync_thread       450 drivers/md/md.c 	md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */
sync_thread      3169 drivers/md/md.c 	if (mddev->sync_thread ||
sync_thread      3825 drivers/md/md.c 	if (mddev->sync_thread ||
sync_thread      4691 drivers/md/md.c 			if (mddev->sync_thread) {
sync_thread      4735 drivers/md/md.c 		md_wakeup_thread(mddev->sync_thread);
sync_thread      4848 drivers/md/md.c 	if (mddev->sync_thread)
sync_thread      5882 drivers/md/md.c 	md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */
sync_thread      5906 drivers/md/md.c 		md_wakeup_thread(mddev->sync_thread);
sync_thread      5949 drivers/md/md.c 	md_wakeup_thread(mddev->sync_thread);
sync_thread      6007 drivers/md/md.c 	if (mddev->sync_thread) {
sync_thread      6094 drivers/md/md.c 	if (mddev->sync_thread)
sync_thread      6097 drivers/md/md.c 		wake_up_process(mddev->sync_thread->tsk);
sync_thread      6110 drivers/md/md.c 	    mddev->sync_thread ||
sync_thread      6158 drivers/md/md.c 	if (mddev->sync_thread)
sync_thread      6161 drivers/md/md.c 		wake_up_process(mddev->sync_thread->tsk);
sync_thread      6164 drivers/md/md.c 	wait_event(resync_wait, (mddev->sync_thread == NULL &&
sync_thread      6172 drivers/md/md.c 	    mddev->sync_thread ||
sync_thread      6820 drivers/md/md.c 		if (mddev->recovery || mddev->sync_thread)
sync_thread      7015 drivers/md/md.c 	    mddev->sync_thread)
sync_thread      7052 drivers/md/md.c 	if (mddev->sync_thread ||
sync_thread      7150 drivers/md/md.c 		if (mddev->recovery || mddev->sync_thread) {
sync_thread      8294 drivers/md/md.c 		md_wakeup_thread(mddev->sync_thread);
sync_thread      8919 drivers/md/md.c 	mddev->sync_thread = md_register_thread(md_do_sync,
sync_thread      8922 drivers/md/md.c 	if (!mddev->sync_thread) {
sync_thread      8937 drivers/md/md.c 		md_wakeup_thread(mddev->sync_thread);
sync_thread      9068 drivers/md/md.c 		if (mddev->sync_thread) {
sync_thread      9127 drivers/md/md.c 		if (!mddev->sync_thread) {
sync_thread      9149 drivers/md/md.c 	md_unregister_thread(&mddev->sync_thread);
sync_thread       337 drivers/md/md.h 	struct md_thread		*sync_thread;	/* doing resync or reconstruct */
sync_thread      3923 drivers/md/raid10.c 		mddev->sync_thread = md_register_thread(md_do_sync, mddev,
sync_thread      3925 drivers/md/raid10.c 		if (!mddev->sync_thread)
sync_thread      4336 drivers/md/raid10.c 	mddev->sync_thread = md_register_thread(md_do_sync, mddev,
sync_thread      4338 drivers/md/raid10.c 	if (!mddev->sync_thread) {
sync_thread      4343 drivers/md/raid10.c 	md_wakeup_thread(mddev->sync_thread);
sync_thread      7409 drivers/md/raid5.c 		mddev->sync_thread = md_register_thread(md_do_sync, mddev,
sync_thread      7411 drivers/md/raid5.c 		if (!mddev->sync_thread)
sync_thread      7974 drivers/md/raid5.c 	mddev->sync_thread = md_register_thread(md_do_sync, mddev,
sync_thread      7976 drivers/md/raid5.c 	if (!mddev->sync_thread) {
sync_thread      7995 drivers/md/raid5.c 	md_wakeup_thread(mddev->sync_thread);
sync_thread      2252 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	state->sync_thread = kthread_create(&sync_func,
sync_thread      2255 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	if (IS_ERR(state->sync_thread)) {
sync_thread      2261 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	set_user_nice(state->sync_thread, -20);
sync_thread      2265 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	wake_up_process(state->sync_thread);
sync_thread       394 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h 	struct task_struct *sync_thread;