Searched refs:md_thread (Results 1 – 11 of 11) sorted by relevance
426 struct md_thread __rcu *thread; /* management thread */427 struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */817 struct md_thread { struct818 void (*run) (struct md_thread *thread); argument848 extern struct md_thread *md_register_thread(849 void (*run)(struct md_thread *thread),852 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);853 extern void md_wakeup_thread(struct md_thread __rcu *thread);876 extern void md_do_sync(struct md_thread *thread);
134 struct md_thread __rcu *thread;
103 struct md_thread __rcu *thread;
80 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()
682 struct md_thread __rcu *thread;
109 static void md_wakeup_thread_directly(struct md_thread __rcu *thread);8005 static int md_thread(void *arg) in md_thread() function8007 struct md_thread *thread = arg; in md_thread()8050 struct md_thread *t; in md_wakeup_thread_directly()8059 void md_wakeup_thread(struct md_thread __rcu *thread) in md_wakeup_thread()8061 struct md_thread *t; in md_wakeup_thread()8075 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() argument8078 struct md_thread *thread; in md_register_thread()8080 thread = kzalloc(sizeof(struct md_thread), GFP_KERNEL); in md_register_thread()8089 thread->tsk = kthread_run(md_thread, thread, in md_register_thread()[all …]
123 struct md_thread __rcu *reclaim_thread;1550 static void r5l_reclaim_thread(struct md_thread *thread) in r5l_reclaim_thread()1581 struct md_thread *thread = rcu_dereference_protected( in r5l_quiesce()3055 struct md_thread *thread; in r5l_init_log()
958 struct md_thread *thread; in stop_waiting_barrier()2950 static void raid10d(struct md_thread *thread) in raid10d()
1482 struct md_thread *thread; in mddev_set_timeout()
2641 static void raid1d(struct md_thread *thread) in raid1d()
6745 static void raid5d(struct md_thread *thread) in raid5d()
Completed in 72 milliseconds