Home
last modified time | relevance | path

Searched refs:sync_reg_lock (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/
H A Diocache.c101 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()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h300 kmutex_t sync_reg_lock; /* lock around sync flush reg */ member