Searched refs:md_register_thread (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/md/ |
| H A D | md-cluster.c | 375 md_register_thread(recover_bitmaps, mddev, "recover")); in __recover_slot() 920 md_register_thread(recv_daemon, mddev, "cluster_recv")); in join()
|
| H A D | md.h | 902 extern struct md_thread *md_register_thread(
|
| H A D | md.c | 8702 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() function 8726 EXPORT_SYMBOL(md_register_thread); 10211 md_register_thread(md_do_sync, mddev, name)); in md_start_sync()
|
| H A D | raid1.c | 3180 md_register_thread(raid1d, mddev, "raid1")); in setup_conf()
|
| H A D | raid10.c | 3909 md_register_thread(raid10d, mddev, "raid10")); in setup_conf()
|
| H A D | raid5.c | 7710 md_register_thread(raid5d, mddev, pers_name)); in setup_conf()
|