Searched refs:md_unregister_thread (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/md/ |
| D | md-cluster.c | 955 md_unregister_thread(mddev, &cinfo->recovery_thread); in join() 956 md_unregister_thread(mddev, &cinfo->recv_thread); in join() 1018 md_unregister_thread(mddev, &cinfo->recovery_thread); in leave() 1019 md_unregister_thread(mddev, &cinfo->recv_thread); in leave()
|
| D | md.h | 767 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
|
| D | raid1.c | 3160 md_unregister_thread(mddev, &conf->thread); in raid1_run() 3187 md_unregister_thread(mddev, &mddev->thread); in raid1_run()
|
| D | md.c | 6270 md_unregister_thread(mddev, &mddev->thread); in mddev_detach() 8004 void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp) in md_unregister_thread() function 8019 EXPORT_SYMBOL(md_unregister_thread); 9499 md_unregister_thread(mddev, &mddev->sync_thread); in md_reap_sync_thread()
|
| D | raid5-cache.c | 3170 md_unregister_thread(conf->mddev, &log->reclaim_thread); in r5l_exit_log()
|
| D | raid10.c | 4323 md_unregister_thread(mddev, &mddev->thread); in raid10_run()
|
| D | raid5.c | 8117 md_unregister_thread(mddev, &mddev->thread); in raid5_run()
|