Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Dmd-cluster.c955 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()
Dmd.h767 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
Draid1.c3160 md_unregister_thread(mddev, &conf->thread); in raid1_run()
3187 md_unregister_thread(mddev, &mddev->thread); in raid1_run()
Dmd.c6270 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()
Draid5-cache.c3170 md_unregister_thread(conf->mddev, &log->reclaim_thread); in r5l_exit_log()
Draid10.c4323 md_unregister_thread(mddev, &mddev->thread); in raid10_run()
Draid5.c8117 md_unregister_thread(mddev, &mddev->thread); in raid5_run()