Home
last modified time | relevance | path

Searched refs:sync_thread (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/md/
Dmd.c3040 if (mddev->sync_thread || in level_store()
3785 if (mddev->sync_thread) { in action_store()
3910 if (mddev->sync_thread) in sync_force_parallel_store()
4618 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in md_run()
4667 md_wakeup_thread(mddev->sync_thread); in restart_array()
4743 if (mddev->sync_thread) { in __md_stop_writes()
5403 if (mddev->recovery || mddev->sync_thread) in set_bitmap_file()
5567 if (mddev->sync_thread) in update_size()
5597 if (mddev->sync_thread || mddev->reshape_position != MaxSector) in update_raid_disks()
5676 if (mddev->recovery || mddev->sync_thread) in update_array_info()
[all …]
Dmd.h186 struct mdk_thread_s *sync_thread; /* doing resync or reconstruct */ member
Draid5.c5123 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in run()
5559 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_start_reshape()
5561 if (!mddev->sync_thread) { in raid5_start_reshape()
5570 md_wakeup_thread(mddev->sync_thread); in raid5_start_reshape()
Dbitmap.c1856 if (mddev->recovery || mddev->sync_thread) in location_store()