Searched refs:md_register_thread (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/md/ |
D | md.h | 474 extern mdk_thread_t * md_register_thread(void (*run) (mddev_t *mddev),
|
D | multipath.c | 474 mddev->thread = md_register_thread(multipathd, mddev, NULL); in multipath_run()
|
D | raid5.c | 4893 conf->thread = md_register_thread(raid5d, mddev, NULL); in setup_conf() 5123 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in run() 5559 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_start_reshape()
|
D | raid1.c | 1925 conf->thread = md_register_thread(raid1d, mddev, NULL); in setup_conf()
|
D | md.c | 6124 mdk_thread_t *md_register_thread(void (*run) (mddev_t *), mddev_t *mddev, in md_register_thread() function 7275 mddev->sync_thread = md_register_thread(md_do_sync, in md_check_recovery() 7516 EXPORT_SYMBOL(md_register_thread);
|
D | raid10.c | 2214 conf->thread = md_register_thread(raid10d, mddev, NULL); in setup_conf()
|