Searched refs:md_thread (Results 1 – 2 of 2) sorted by relevance
102 static void md_wakeup_thread_directly(struct md_thread __rcu **thread);8466 static int md_thread(void *arg) in md_thread() function8468 struct md_thread *thread = arg; in md_thread()8509 static void md_wakeup_thread_directly(struct md_thread __rcu **thread) in md_wakeup_thread_directly()8511 struct md_thread *t; in md_wakeup_thread_directly()8520 void __md_wakeup_thread(struct md_thread __rcu *thread) in __md_wakeup_thread()8522 struct md_thread *t; in __md_wakeup_thread()8534 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() argument8537 struct md_thread *thread; in md_register_thread()8539 thread = kzalloc(sizeof(struct md_thread), GFP_KERNEL); in md_register_thread()[all …]
6753 static void raid5d(struct md_thread *thread) in raid5d()