Searched refs:drmach_sendmsg_mutex (Results 1 – 1 of 1) sorted by relevance
1351 kmutex_t drmach_sendmsg_mutex; /* mutex for sendmsg cv */ variable2036 mutex_enter(&drmach_sendmsg_mutex); in drmach_mbox_sendmsg()2038 &drmach_sendmsg_mutex, (5 * hz), TR_CLOCK_TICK); in drmach_mbox_sendmsg()2039 mutex_exit(&drmach_sendmsg_mutex); in drmach_mbox_sendmsg()2056 mutex_destroy(&drmach_sendmsg_mutex); in drmach_mbox_sendmsg()2129 mutex_enter(&drmach_sendmsg_mutex); in drmach_mbox_req_rply()2131 mutex_exit(&drmach_sendmsg_mutex); in drmach_mbox_req_rply()2497 mutex_init(&drmach_sendmsg_mutex, NULL, MUTEX_DRIVER, NULL); in drmach_mbox_init()