Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd.h345 struct md_thread *thread; /* management thread */
346 struct md_thread *sync_thread; /* doing resync or reconstruct */
676 struct md_thread { struct
677 void (*run) (struct md_thread *thread); argument
700 extern struct md_thread *md_register_thread( argument
701 void (*run)(struct md_thread *thread),
704 extern void md_unregister_thread(struct md_thread **threadp);
705 extern void md_wakeup_thread(struct md_thread *thread);
723 extern void md_do_sync(struct md_thread *thread);
H A Draid1.h134 struct md_thread *thread;
H A Draid10.h104 struct md_thread *thread;
H A Dmd-cluster.c78 struct md_thread *recovery_thread;
85 struct md_thread *recv_thread;
286 static void recover_bitmaps(struct md_thread *thread) in recover_bitmaps()
621 static void recv_daemon(struct md_thread *thread) in recv_daemon()
H A Draid5.h677 struct md_thread *thread;
H A Dmd-multipath.c291 static void multipathd(struct md_thread *thread) in multipathd()
H A Dmd.c7893 static int md_thread(void *arg) in md_thread() function
7895 struct md_thread *thread = arg; in md_thread()
7936 void md_wakeup_thread(struct md_thread *thread) in md_wakeup_thread()
7946 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() argument
7949 struct md_thread *thread; in md_register_thread()
7951 thread = kzalloc(sizeof(struct md_thread), GFP_KERNEL); in md_register_thread()
7960 thread->tsk = kthread_run(md_thread, thread, in md_register_thread()
7972 void md_unregister_thread(struct md_thread **threadp) in md_unregister_thread()
7974 struct md_thread *thread; in md_unregister_thread()
8633 void md_do_sync(struct md_thread *thread) in md_do_sync()
H A Draid5-cache.c123 struct md_thread *reclaim_thread;
1549 static void r5l_reclaim_thread(struct md_thread *thread) in r5l_reclaim_thread()
H A Draid1.c2504 static void raid1d(struct md_thread *thread) in raid1d()
H A Draid10.c2698 static void raid10d(struct md_thread *thread) in raid10d()
H A Draid5.c6467 static void raid5d(struct md_thread *thread) in raid5d()