Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Dmd.h676 extern void md_unregister_thread(struct md_thread **threadp);
Dmd.c7596 void md_unregister_thread(struct md_thread **threadp) in md_unregister_thread() argument
7598 struct md_thread *thread = *threadp; in md_unregister_thread()
7606 *threadp = NULL; in md_unregister_thread()