Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Dmd.h693 extern void md_unregister_thread(struct md_thread **threadp);
Dmd.c7710 void md_unregister_thread(struct md_thread **threadp) in md_unregister_thread() argument
7712 struct md_thread *thread = *threadp; in md_unregister_thread()
7720 *threadp = NULL; in md_unregister_thread()