Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Dmd.h723 extern void md_do_sync(struct md_thread *thread);
H A Draid10.c3925 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_run()
4327 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_start_reshape()
H A Dmd.c8678 void md_do_sync(struct md_thread *thread) in md_do_sync() function
9096 EXPORT_SYMBOL_GPL(md_do_sync); variable
9195 mddev->sync_thread = md_register_thread(md_do_sync, in md_start_sync()
H A Draid5.c6244 * if the check in md_do_sync didn't fire, there is no chance in raid5_sync_request()
7695 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_run()
8258 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_start_reshape()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.h788 extern void md_do_sync(struct md_thread *thread);
H A Draid10.c4315 md_register_thread(md_do_sync, mddev, "reshape")); in raid10_run()
4716 md_register_thread(md_do_sync, mddev, "reshape")); in raid10_start_reshape()
H A Dmd.c8802 void md_do_sync(struct md_thread *thread) in md_do_sync() function
9220 EXPORT_SYMBOL_GPL(md_do_sync); variable
9320 md_register_thread(md_do_sync, mddev, "resync")); in md_start_sync()
H A Draid5.c6568 * if the check in md_do_sync didn't fire, there is no chance in raid5_sync_request()
8038 md_register_thread(md_do_sync, mddev, "reshape")); in raid5_run()
8621 md_register_thread(md_do_sync, mddev, "reshape")); in raid5_start_reshape()

Completed in 56 milliseconds