Searched refs:md_unregister_thread (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/md/ |
| H A D | md-cluster.c | 973 md_unregister_thread(mddev, &cinfo->recovery_thread); in join() 974 md_unregister_thread(mddev, &cinfo->recv_thread); in join() 1036 md_unregister_thread(mddev, &cinfo->recovery_thread); in leave() 1037 md_unregister_thread(mddev, &cinfo->recv_thread); in leave()
|
| H A D | md.h | 879 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
|
| H A D | raid1.c | 3279 md_unregister_thread(mddev, &conf->thread); in raid1_run() 3307 md_unregister_thread(mddev, &mddev->thread); in raid1_run()
|
| H A D | md.c | 6447 md_unregister_thread(mddev, &mddev->thread); in mddev_detach() 8119 void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp) in md_unregister_thread() function 8134 EXPORT_SYMBOL(md_unregister_thread); 9744 md_unregister_thread(mddev, &mddev->sync_thread); in md_reap_sync_thread()
|
| H A D | raid5-cache.c | 3154 md_unregister_thread(conf->mddev, &log->reclaim_thread); in r5l_exit_log()
|
| H A D | raid10.c | 4190 md_unregister_thread(mddev, &mddev->thread); in raid10_run()
|
| H A D | raid5.c | 8049 md_unregister_thread(mddev, &mddev->thread); in raid5_run()
|