Searched refs:md_do_sync (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.h | 723 extern void md_do_sync(struct md_thread *thread);
|
H A D | raid10.c | 3925 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 D | md.c | 8678 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 D | raid5.c | 6244 * 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 D | md.h | 788 extern void md_do_sync(struct md_thread *thread);
|
H A D | raid10.c | 4315 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 D | md.c | 8802 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 D | raid5.c | 6568 * 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