Symbol: md_thread
drivers/md/md-bitmap.c
1487
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
102
static void md_wakeup_thread_directly(struct md_thread __rcu **thread);
drivers/md/md.c
8473
struct md_thread *thread = arg;
drivers/md/md.c
8514
static void md_wakeup_thread_directly(struct md_thread __rcu **thread)
drivers/md/md.c
8516
struct md_thread *t;
drivers/md/md.c
8525
void __md_wakeup_thread(struct md_thread __rcu *thread)
drivers/md/md.c
8527
struct md_thread *t;
drivers/md/md.c
8539
struct md_thread *md_register_thread(void (*run) (struct md_thread *),
drivers/md/md.c
8542
struct md_thread *thread;
drivers/md/md.c
8544
thread = kzalloc_obj(struct md_thread);
drivers/md/md.c
8553
thread->tsk = kthread_run(md_thread, thread,
drivers/md/md.c
8565
void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp)
drivers/md/md.c
8567
struct md_thread *thread = rcu_dereference_protected(*threadp,
drivers/md/md.c
9490
void md_do_sync(struct md_thread *thread)
drivers/md/md.h
467
struct md_thread __rcu *thread; /* management thread */
drivers/md/md.h
468
struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */
drivers/md/md.h
864
void (*run) (struct md_thread *thread);
drivers/md/md.h
899
extern struct md_thread *md_register_thread(
drivers/md/md.h
900
void (*run)(struct md_thread *thread),
drivers/md/md.h
903
extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
drivers/md/md.h
904
extern void __md_wakeup_thread(struct md_thread __rcu *thread);
drivers/md/md.h
929
extern void md_do_sync(struct md_thread *thread);
drivers/md/raid1.c
2655
static void raid1d(struct md_thread *thread)
drivers/md/raid1.h
109
struct md_thread __rcu *thread;
drivers/md/raid10.c
2960
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
3050
struct md_thread *thread;
drivers/md/raid5.c
6764
static void raid5d(struct md_thread *thread)
drivers/md/raid5.h
677
struct md_thread __rcu *thread;