Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_comms.c89 static kmutex_t xb_wait_lock; variable
96 mutex_enter(&xb_wait_lock); in xenbus_intr()
98 mutex_exit(&xb_wait_lock); in xenbus_intr()
141 mutex_enter(&xb_wait_lock); in xb_write()
146 &xb_wait_lock) == 0) { in xb_write()
147 mutex_exit(&xb_wait_lock); in xb_write()
154 mutex_exit(&xb_wait_lock); in xb_write()
195 mutex_enter(&xb_wait_lock); in xb_read()
199 &xb_wait_lock) == 0) { in xb_read()
200 mutex_exit(&xb_wait_lock); in xb_read()
[all …]