Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Dmd.h875 extern struct md_thread *md_register_thread(
H A Dmd-cluster.c375 md_register_thread(recover_bitmaps, mddev, "recover")); in __recover_slot()
915 md_register_thread(recv_daemon, mddev, "cluster_recv")); in join()
H A Draid5-cache.c3109 thread = md_register_thread(r5l_reclaim_thread, log->rdev->mddev, in r5l_init_log()
H A Dmd.c8093 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() function
8117 EXPORT_SYMBOL(md_register_thread);
9524 md_register_thread(md_do_sync, mddev, name)); in md_start_sync()
H A Draid1.c3194 md_register_thread(raid1d, mddev, "raid1")); in setup_conf()
H A Draid10.c3983 md_register_thread(raid10d, mddev, "raid10")); in setup_conf()
H A Draid5.c7676 md_register_thread(raid5d, mddev, pers_name)); in setup_conf()