Searched refs:md_do_sync (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/md/ |
D | md.h | 788 extern void md_do_sync(struct md_thread *thread);
|
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()
|
D | md.c | 8744 void md_do_sync(struct md_thread *thread) in md_do_sync() function 9162 EXPORT_SYMBOL_GPL(md_do_sync); 9262 md_register_thread(md_do_sync, mddev, "resync")); in md_start_sync()
|
D | raid5.c | 8036 md_register_thread(md_do_sync, mddev, "reshape")); in raid5_run() 8619 md_register_thread(md_do_sync, mddev, "reshape")); in raid5_start_reshape()
|