Searched refs:sync_thread (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Dmd.c3018 if (mddev->sync_thread ||
3760 if (mddev->sync_thread) {
3762 md_unregister_thread(mddev->sync_thread);
3763 mddev->sync_thread = NULL;
3887 if (mddev->sync_thread)
4580 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */
4628 md_wakeup_thread(mddev->sync_thread);
4705 if (mddev->sync_thread) {
4708 md_unregister_thread(mddev->sync_thread);
4709 mddev->sync_thread
[all...]
H A Dmd.h200 struct mdk_thread_s *sync_thread; /* doing resync or reconstruct */ member in struct:mddev_s
H A Dbitmap.c1853 if (mddev->recovery || mddev->sync_thread)
H A Draid5.c5175 mddev->sync_thread = md_register_thread(md_do_sync, mddev,
5611 mddev->sync_thread = md_register_thread(md_do_sync, mddev,
5613 if (!mddev->sync_thread) {
5622 md_wakeup_thread(mddev->sync_thread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Dmd.c3018 if (mddev->sync_thread ||
3760 if (mddev->sync_thread) {
3762 md_unregister_thread(mddev->sync_thread);
3763 mddev->sync_thread = NULL;
3887 if (mddev->sync_thread)
4580 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */
4628 md_wakeup_thread(mddev->sync_thread);
4705 if (mddev->sync_thread) {
4708 md_unregister_thread(mddev->sync_thread);
4709 mddev->sync_thread
[all...]
H A Dmd.h200 struct mdk_thread_s *sync_thread; /* doing resync or reconstruct */ member in struct:mddev_s
H A Dbitmap.c1853 if (mddev->recovery || mddev->sync_thread)
H A Draid5.c5175 mddev->sync_thread = md_register_thread(md_do_sync, mddev,
5611 mddev->sync_thread = md_register_thread(md_do_sync, mddev,
5613 if (!mddev->sync_thread) {
5622 md_wakeup_thread(mddev->sync_thread);

Completed in 244 milliseconds