Lines Matching refs:toedev_lock
71 static struct mtx toedev_lock; variable
230 mtx_lock(&toedev_lock); in toe_listen_start()
235 mtx_unlock(&toedev_lock); in toe_listen_start()
262 mtx_lock(&toedev_lock); in toe_listen_stop_event()
265 mtx_unlock(&toedev_lock); in toe_listen_stop_event()
312 mtx_lock(&toedev_lock); in register_toedev()
315 mtx_unlock(&toedev_lock); in register_toedev()
322 mtx_unlock(&toedev_lock); in register_toedev()
340 mtx_lock(&toedev_lock); in unregister_toedev()
351 mtx_unlock(&toedev_lock); in unregister_toedev()
551 mtx_init(&toedev_lock, "toedev lock", NULL, MTX_DEF); in toecore_load()
568 mtx_lock(&toedev_lock); in toecore_unload()
570 mtx_unlock(&toedev_lock); in toecore_unload()
578 mtx_unlock(&toedev_lock); in toecore_unload()
579 mtx_destroy(&toedev_lock); in toecore_unload()