Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd.h470 struct md_thread __rcu *thread; /* management thread */
471 struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */
866 struct md_thread { struct
867 void (*run) (struct md_thread *thread); argument
902 extern struct md_thread *md_register_thread(
903 void (*run)(struct md_thread *thread),
906 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
907 extern void __md_wakeup_thread(struct md_thread __rcu *thread);
931 extern void md_do_sync(struct md_thread *thread);
H A Dmd-cluster.c80 struct md_thread __rcu *recovery_thread;
87 struct md_thread __rcu *recv_thread;
295 static void recover_bitmaps(struct md_thread *thread) in recover_bitmaps()
546 struct md_thread *thread; in process_metadata_update()
651 static void recv_daemon(struct md_thread *thread) in recv_daemon()
H A Dmd.c101 static void md_wakeup_thread_directly(struct md_thread __rcu **thread);
8634 static int md_thread(void *arg) in md_thread() function
8636 struct md_thread *thread = arg; in md_thread()
8677 static void md_wakeup_thread_directly(struct md_thread __rcu **thread) in md_wakeup_thread_directly()
8679 struct md_thread *t; in md_wakeup_thread_directly()
8688 void __md_wakeup_thread(struct md_thread __rcu *thread) in __md_wakeup_thread()
8690 struct md_thread *t; in __md_wakeup_thread()
8702 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() argument
8705 struct md_thread *thread; in md_register_thread()
8707 thread = kzalloc_obj(struct md_thread); in md_register_thread()
[all …]
H A Draid10.c957 struct md_thread *thread; in stop_waiting_barrier()
2960 static void raid10d(struct md_thread *thread) in raid10d()
H A Dmd-bitmap.c1488 struct md_thread *thread; in mddev_set_timeout()
H A Draid1.c2671 static void raid1d(struct md_thread *thread) in raid1d()
H A Draid5.c6775 static void raid5d(struct md_thread *thread) in raid5d()