Searched refs:md_thread (Results 1 - 9 of 9) sorted by relevance

/drivers/md/
H A Dmd.h276 struct md_thread *thread; /* management thread */
277 struct md_thread *sync_thread; /* doing resync or reconstruct */
557 struct md_thread { struct
558 void (*run) (struct md_thread *thread);
576 extern struct md_thread *md_register_thread(
577 void (*run)(struct md_thread *thread),
580 extern void md_unregister_thread(struct md_thread **threadp);
581 extern void md_wakeup_thread(struct md_thread *thread);
597 extern void md_do_sync(struct md_thread *thread);
H A Draid1.h108 struct md_thread *thread;
H A Draid10.h82 struct md_thread *thread;
H A Draid5.h493 struct md_thread *thread;
H A Dmultipath.c333 static void multipathd(struct md_thread *thread)
H A Dmd.c6559 static int md_thread(void *arg) function
6561 struct md_thread *thread = arg;
6564 * md_thread is a 'system-thread', it's priority should be very
6600 void md_wakeup_thread(struct md_thread *thread)
6610 struct md_thread *md_register_thread(void (*run) (struct md_thread *),
6613 struct md_thread *thread;
6615 thread = kzalloc(sizeof(struct md_thread), GFP_KERNEL);
6624 thread->tsk = kthread_run(md_thread, thread,
6636 void md_unregister_thread(struct md_thread **thread
[all...]
H A Draid1.c2403 static void raid1d(struct md_thread *thread)
H A Draid10.c2796 static void raid10d(struct md_thread *thread)
H A Draid5.c5224 static void raid5d(struct md_thread *thread)

Completed in 1808 milliseconds