Searched refs:md_unregister_thread (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/md/ |
| H A D | md-cluster.c | 978 md_unregister_thread(mddev, &cinfo->recovery_thread); in join() 979 md_unregister_thread(mddev, &cinfo->recv_thread); in join() 1041 md_unregister_thread(mddev, &cinfo->recovery_thread); in leave() 1042 md_unregister_thread(mddev, &cinfo->recv_thread); in leave()
|
| H A D | md.h | 906 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
|
| H A D | raid1.c | 3250 md_unregister_thread(mddev, &conf->thread); in raid1_run() 3267 md_unregister_thread(mddev, &conf->thread); in raid1_run() 3295 md_unregister_thread(mddev, &mddev->thread); in raid1_run()
|
| H A D | md.c | 7050 md_unregister_thread(mddev, &mddev->thread); in mddev_detach() 8728 void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp) in md_unregister_thread() function 8743 EXPORT_SYMBOL(md_unregister_thread); 10467 md_unregister_thread(mddev, &mddev->sync_thread); in md_reap_sync_thread()
|
| H A D | raid10.c | 4117 md_unregister_thread(mddev, &mddev->thread); in raid10_run()
|
| H A D | raid5.c | 8112 md_unregister_thread(mddev, &mddev->thread); in raid5_run()
|