Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Dmd.h371 struct md_thread __rcu *thread; /* management thread */
372 struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */
732 struct md_thread { struct
733 void (*run) (struct md_thread *thread); argument
763 extern struct md_thread *md_register_thread(
764 void (*run)(struct md_thread *thread),
767 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
768 extern void md_wakeup_thread(struct md_thread __rcu *thread);
788 extern void md_do_sync(struct md_thread *thread);
Draid1.h133 struct md_thread __rcu *thread;
Draid10.h103 struct md_thread __rcu *thread;
Dmd-cluster.c78 struct md_thread __rcu *recovery_thread;
85 struct md_thread __rcu *recv_thread;
286 static void recover_bitmaps(struct md_thread *thread) in recover_bitmaps()
529 struct md_thread *thread; in process_metadata_update()
624 static void recv_daemon(struct md_thread *thread) in recv_daemon()
Draid5.h682 struct md_thread __rcu *thread;
Dmd-multipath.c286 static void multipathd(struct md_thread *thread) in multipathd()
Dmd.c92 static void md_wakeup_thread_directly(struct md_thread __rcu *thread);
442 struct md_thread *thread = rcu_dereference_protected(mddev->thread, in mddev_suspend()
7909 static int md_thread(void *arg) in md_thread() function
7911 struct md_thread *thread = arg; in md_thread()
7952 static void md_wakeup_thread_directly(struct md_thread __rcu *thread) in md_wakeup_thread_directly()
7954 struct md_thread *t; in md_wakeup_thread_directly()
7963 void md_wakeup_thread(struct md_thread __rcu *thread) in md_wakeup_thread()
7965 struct md_thread *t; in md_wakeup_thread()
7978 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread() argument
7981 struct md_thread *thread; in md_register_thread()
[all …]
Draid5-cache.c123 struct md_thread __rcu *reclaim_thread;
1548 static void r5l_reclaim_thread(struct md_thread *thread) in r5l_reclaim_thread()
1579 struct md_thread *thread = rcu_dereference_protected( in r5l_quiesce()
3066 struct md_thread *thread; in r5l_init_log()
Draid10.c981 struct md_thread *thread; in stop_waiting_barrier()
3103 static void raid10d(struct md_thread *thread) in raid10d()
Dmd-bitmap.c1272 struct md_thread *thread; in mddev_set_timeout()
Draid1.c2551 static void raid1d(struct md_thread *thread) in raid1d()
Draid5.c6791 static void raid5d(struct md_thread *thread) in raid5d()