Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Dmd.h630 extern void md_unregister_thread(struct md_thread **threadp);
Dmd.c7022 void md_unregister_thread(struct md_thread **threadp) in md_unregister_thread() argument
7024 struct md_thread *thread = *threadp; in md_unregister_thread()
7032 *threadp = NULL; in md_unregister_thread()