Searched refs:mq_mtx (Results 1 – 4 of 4) sorted by relevance
244 mutex_destroy(&mq->mq_mtx); in mqueue_destroy()262 mutex_enter(&mq->mq_mtx); in mqueue_lookup()295 mutex_enter(&mq->mq_mtx); in mqueue_get()329 mutex_enter(&mq->mq_mtx); in mq_stat_fop()338 mutex_exit(&mq->mq_mtx); in mq_stat_fop()350 mutex_enter(&mq->mq_mtx); in mq_poll_fop()366 mutex_exit(&mq->mq_mtx); in mq_poll_fop()378 mutex_enter(&mq->mq_mtx); in mq_close_fop()384 mutex_exit(&mq->mq_mtx); in mq_close_fop()442 mutex_init(&mq->mq_mtx, MUTEX_DEFAULT, IPL_NONE); in mqueue_create()[all …]
224 mutex_exit(&mq->mq_mtx); in linux_sys_mq_notify()250 mutex_exit(&mq->mq_mtx); in linux_sys_mq_getattr()293 mutex_exit(&mq->mq_mtx); in linux_sys_mq_setattr()
118 mutex_exit(&mq->mq_mtx); in netbsd32_mq_getattr()158 mutex_exit(&mq->mq_mtx); in netbsd32_mq_setattr()215 mutex_exit(&mq->mq_mtx); in netbsd32_mq_notify()
78 kmutex_t mq_mtx; member