Searched defs:suspend_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c127 krwlock_t suspend_lock; member in struct:xs_handle
234 * suspend_lock and transactions. Also, we can be interrupted either before we
248 rw_enter(&xs_state.suspend_lock, RW_READER);
257 rw_exit(&xs_state.suspend_lock);
267 rw_exit(&xs_state.suspend_lock);
276 rw_exit(&xs_state.suspend_lock);
584 rw_enter(&xs_state.suspend_lock, RW_READER);
588 rw_exit(&xs_state.suspend_lock);
616 rw_exit(&xs_state.suspend_lock);
815 rw_enter(&xs_state.suspend_lock, RW_READE
[all...]

Completed in 59 milliseconds