Home
last modified time | relevance | path

Searched refs:threadp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Dmd.h852 extern void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp);
H A Dmd.c8101 void md_unregister_thread(struct mddev *mddev, struct md_thread __rcu **threadp) in md_unregister_thread() argument
8103 struct md_thread *thread = rcu_dereference_protected(*threadp, in md_unregister_thread()
8109 rcu_assign_pointer(*threadp, NULL); in md_unregister_thread()