md_thread          78 drivers/md/md-cluster.c 	struct md_thread *recovery_thread;
md_thread          85 drivers/md/md-cluster.c 	struct md_thread *recv_thread;
md_thread         286 drivers/md/md-cluster.c static void recover_bitmaps(struct md_thread *thread)
md_thread         621 drivers/md/md-cluster.c static void recv_daemon(struct md_thread *thread)
md_thread         313 drivers/md/md-multipath.c static void multipathd(struct md_thread *thread)
md_thread        7675 drivers/md/md.c 	struct md_thread *thread = arg;
md_thread        7716 drivers/md/md.c void md_wakeup_thread(struct md_thread *thread)
md_thread        7726 drivers/md/md.c struct md_thread *md_register_thread(void (*run) (struct md_thread *),
md_thread        7729 drivers/md/md.c 	struct md_thread *thread;
md_thread        7731 drivers/md/md.c 	thread = kzalloc(sizeof(struct md_thread), GFP_KERNEL);
md_thread        7740 drivers/md/md.c 	thread->tsk = kthread_run(md_thread, thread,
md_thread        7752 drivers/md/md.c void md_unregister_thread(struct md_thread **threadp)
md_thread        7754 drivers/md/md.c 	struct md_thread *thread = *threadp;
md_thread        8401 drivers/md/md.c void md_do_sync(struct md_thread *thread)
md_thread         336 drivers/md/md.h 	struct md_thread		*thread;	/* management thread */
md_thread         337 drivers/md/md.h 	struct md_thread		*sync_thread;	/* doing resync or reconstruct */
md_thread         666 drivers/md/md.h 	void			(*run) (struct md_thread *thread);
md_thread         689 drivers/md/md.h extern struct md_thread *md_register_thread(
md_thread         690 drivers/md/md.h 	void (*run)(struct md_thread *thread),
md_thread         693 drivers/md/md.h extern void md_unregister_thread(struct md_thread **threadp);
md_thread         694 drivers/md/md.h extern void md_wakeup_thread(struct md_thread *thread);
md_thread         713 drivers/md/md.h extern void md_do_sync(struct md_thread *thread);
md_thread        2521 drivers/md/raid1.c static void raid1d(struct md_thread *thread)
md_thread         134 drivers/md/raid1.h 	struct md_thread	*thread;
md_thread        2711 drivers/md/raid10.c static void raid10d(struct md_thread *thread)
md_thread         104 drivers/md/raid10.h 	struct md_thread	*thread;
md_thread         123 drivers/md/raid5-cache.c 	struct md_thread *reclaim_thread;
md_thread        1551 drivers/md/raid5-cache.c static void r5l_reclaim_thread(struct md_thread *thread)
md_thread        6280 drivers/md/raid5.c static void raid5d(struct md_thread *thread)
md_thread         676 drivers/md/raid5.h 	struct md_thread	*thread;