Searched defs:mmp_thread (Results 1 – 2 of 2) sorted by relevance
41 typedef struct mmp_thread { struct42 kmutex_t mmp_thread_lock; /* protect thread mgmt fields */ argument43 kcondvar_t mmp_thread_cv; argument44 kthread_t *mmp_thread; member45 uint8_t mmp_thread_exiting; argument56 } mmp_thread_t; argument
544 mmp_thread(void *arg) in mmp_thread() function