Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd.h454 struct md_thread __rcu *thread; /* management thread */
455 struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */
748 * start up works that do NOT require md_thread. tasks that
749 * requires md_thread should go into start()
860 struct md_thread { struct
861 void (*run) (struct md_thread *thread); argument
889 extern struct md_thread *md_register_thread( argument
890 void (*run)(struct md_thread *thread),
893 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
894 extern void md_wakeup_thread(struct md_thread __rc
862 mddevmd_thread global() argument
863 wqueuemd_thread global() argument
864 flagsmd_thread global() argument
865 tskmd_thread global() argument
[all...]
H A Draid1.h114 struct md_thread __rcu *thread;
H A Draid10.h103 struct md_thread __rcu *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()
646 static void recv_daemon(struct md_thread *thread) in recv_daemon()
H A Draid5.h678 struct md_thread __rcu *thread;
H A Dmd.c103 static void md_wakeup_thread_directly(struct md_thread __rcu *thread);
6348 /* run start up tasks that require md_thread */ in do_md_run()
8085 static int md_thread(void *arg) in md_thread() function
8087 struct md_thread *thread = arg; in md_thread()
8090 * md_thread is a 'system-thread', it's priority should be very in md_thread()
8128 static void md_wakeup_thread_directly(struct md_thread __rcu *thread) in md_wakeup_thread_directly()
8130 struct md_thread *t; in md_wakeup_thread_directly()
8139 void md_wakeup_thread(struct md_thread __rcu *thread) in md_wakeup_thread()
8141 struct md_thread *t; in md_wakeup_thread()
8155 struct md_thread *md_register_threa argument
[all...]
H A Draid5-cache.c123 struct md_thread __rcu *reclaim_thread;
1546 static void r5l_reclaim_thread(struct md_thread *thread) in r5l_reclaim_thread()
1577 struct md_thread *thread = rcu_dereference_protected( in r5l_quiesce()
3050 struct md_thread *thread; in r5l_init_log()
H A Draid10.c955 struct md_thread *thread; in stop_waiting_barrier()
2979 static void raid10d(struct md_thread *thread) in raid10d()
H A Dmd-bitmap.c1495 struct md_thread *thread; in mddev_set_timeout()
H A Draid1.c2670 static void raid1d(struct md_thread *thread) in raid1d()
H A Draid5.c6735 static void raid5d(struct md_thread *thread) in raid5d()