Searched refs:md_register_thread (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-multipath.c | 410 mddev->thread = md_register_thread(multipathd, mddev, in multipath_run()
|
| H A D | md.h | 700 extern struct md_thread *md_register_thread(
|
| H A D | md-cluster.c | 365 cinfo->recovery_thread = md_register_thread(recover_bitmaps, in __recover_slot() 893 cinfo->recv_thread = md_register_thread(recv_daemon, mddev, "cluster_recv"); in join()
|
| H A D | raid10.c | 3692 conf->thread = md_register_thread(raid10d, mddev, "raid10"); in setup_conf() 3902 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_run() 4315 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_start_reshape()
|
| H A D | raid5-cache.c | 3132 log->reclaim_thread = md_register_thread(r5l_reclaim_thread, in r5l_init_log()
|
| H A D | raid5.c | 7397 conf->thread = md_register_thread(raid5d, mddev, pers_name); in setup_conf() 7706 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_run() 8269 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_start_reshape()
|
| H A D | md.c | 7946 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() function 7970 EXPORT_SYMBOL(md_register_thread); 9150 mddev->sync_thread = md_register_thread(md_do_sync, in md_start_sync()
|
| H A D | raid1.c | 3038 conf->thread = md_register_thread(raid1d, mddev, "raid1"); in setup_conf()
|