Symbol: md_thread
drivers/md/md-bitmap.c
1489
struct md_thread *thread;
drivers/md/md-cluster.c
295
static void recover_bitmaps(struct md_thread *thread)
drivers/md/md-cluster.c
546
struct md_thread *thread;
drivers/md/md-cluster.c
651
static void recv_daemon(struct md_thread *thread)
drivers/md/md-cluster.c
80
struct md_thread __rcu *recovery_thread;
drivers/md/md-cluster.c
87
struct md_thread __rcu *recv_thread;
drivers/md/md.c
101
static void md_wakeup_thread_directly(struct md_thread __rcu **thread);
drivers/md/md.c
8644
struct md_thread *thread = arg;
drivers/md/md.c
8685
static void md_wakeup_thread_directly(struct md_thread __rcu **thread)
drivers/md/md.c
8687
struct md_thread *t;
drivers/md/md.c
8696
void __md_wakeup_thread(struct md_thread __rcu *thread)
drivers/md/md.c
8698
struct md_thread *t;
drivers/md/md.c
8710
struct md_thread *md_register_thread(void (*run) (struct md_thread *),
drivers/md/md.c
8713
struct md_thread *thread;
drivers/md/md.c
8715
thread = kzalloc_obj(struct md_thread);
drivers/md/md.c
8724
thread->tsk = kthread_run(md_thread, thread,
drivers/md/md.c
8736
void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp)
drivers/md/md.c
8738
struct md_thread *thread = rcu_dereference_protected(*threadp,
drivers/md/md.c
9646
void md_do_sync(struct md_thread *thread)
drivers/md/md.h
472
struct md_thread __rcu *thread; /* management thread */
drivers/md/md.h
473
struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */
drivers/md/md.h
869
void (*run) (struct md_thread *thread);
drivers/md/md.h
904
extern struct md_thread *md_register_thread(
drivers/md/md.h
905
void (*run)(struct md_thread *thread),
drivers/md/md.h
908
extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
drivers/md/md.h
909
extern void __md_wakeup_thread(struct md_thread __rcu *thread);
drivers/md/md.h
933
extern void md_do_sync(struct md_thread *thread);
drivers/md/raid1.c
2693
static void raid1d(struct md_thread *thread)
drivers/md/raid1.h
109
struct md_thread __rcu *thread;
drivers/md/raid10.c
2981
static void raid10d(struct md_thread *thread)
drivers/md/raid10.c
957
struct md_thread *thread;
drivers/md/raid10.h
98
struct md_thread __rcu *thread;
drivers/md/raid5-cache.c
123
struct md_thread __rcu *reclaim_thread;
drivers/md/raid5-cache.c
1546
static void r5l_reclaim_thread(struct md_thread *thread)
drivers/md/raid5-cache.c
1577
struct md_thread *thread = rcu_dereference_protected(
drivers/md/raid5-cache.c
3068
struct md_thread *thread;
drivers/md/raid5.c
6822
static void raid5d(struct md_thread *thread)
drivers/md/raid5.h
677
struct md_thread __rcu *thread;