Home
last modified time | relevance | path

Searched refs:md_unregister_thread (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/md/
H A Dmd-cluster.c973 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 Dmd.h852 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
H A Draid1.c3249 md_unregister_thread(mddev, &conf->thread); in raid1_run()
3275 md_unregister_thread(mddev, &mddev->thread); in raid1_run()
H A Dmd.c6427 md_unregister_thread(mddev, &mddev->thread); in mddev_detach()
8079 void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp) in md_unregister_thread() function
8094 EXPORT_SYMBOL(md_unregister_thread);
9704 md_unregister_thread(mddev, &mddev->sync_thread); in md_reap_sync_thread()
H A Draid5-cache.c3159 md_unregister_thread(conf->mddev, &log->reclaim_thread); in r5l_exit_log()
H A Draid10.c4161 md_unregister_thread(mddev, &mddev->thread); in raid10_run()
H A Draid5.c8047 md_unregister_thread(mddev, &mddev->thread); in raid5_run()