Searched refs:sgcn_lock (Results 1 – 2 of 2) sorted by relevance
203 mutex_init(&sgcn_state->sgcn_lock, NULL, MUTEX_DRIVER, NULL); in _init()244 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_attach()248 mutex_exit(&sgcn_state->sgcn_lock); in sgcn_attach()351 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_open()364 mutex_exit(&sgcn_state->sgcn_lock); in sgcn_open()667 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_start()669 mutex_exit(&sgcn_state->sgcn_lock); in sgcn_start()673 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_start()675 mutex_exit(&sgcn_state->sgcn_lock); in sgcn_start()762 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_data_in_handler()[all …]
119 kmutex_t sgcn_lock; /* protects sgcn_t (soft state) */ member