Home
last modified time | relevance | path

Searched refs:threadp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Dmd.h704 extern void md_unregister_thread(struct md_thread **threadp);
H A Dmd.c8017 void md_unregister_thread(struct md_thread **threadp) in md_unregister_thread() argument
8026 thread = *threadp; in md_unregister_thread()
8031 *threadp = NULL; in md_unregister_thread()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.h767 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
H A Dmd.c8061 void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp) in md_unregister_thread() argument
8063 struct md_thread *thread = rcu_dereference_protected(*threadp, in md_unregister_thread()
8069 rcu_assign_pointer(*threadp, NULL); in md_unregister_thread()

Completed in 45 milliseconds