Searched refs:sync_reg_lock (Results 1 – 2 of 2) sorted by relevance
101 mutex_init(&softsp->sync_reg_lock, NULL, MUTEX_DEFAULT, NULL); in stream_buf_init()179 mutex_enter(&softsp->sync_reg_lock); in sync_stream_buf()224 mutex_exit(&softsp->sync_reg_lock); in sync_stream_buf()284 mutex_exit(&softsp->sync_reg_lock); in sync_stream_buf()
300 kmutex_t sync_reg_lock; /* lock around sync flush reg */ member