Searched defs:mmp_thread (Results 1 – 2 of 2) sorted by relevance
42 typedef struct mmp_thread { struct43 kmutex_t mmp_thread_lock; /* protect thread mgmt fields */ argument44 kcondvar_t mmp_thread_cv; argument45 kthread_t *mmp_thread; member46 uint8_t mmp_thread_exiting; argument60 } mmp_thread_t; argument
655 mmp_thread(void *arg) in mmp_thread() function