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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c151 * wakes up it acquires the xenwatch_mutex before reading the list and
154 static kmutex_t xenwatch_mutex; variable
895 if (mutex_owner(&xenwatch_mutex) != curthread) {
896 mutex_enter(&xenwatch_mutex);
897 mutex_exit(&xenwatch_mutex);
947 mutex_enter(&xenwatch_mutex);
959 mutex_exit(&xenwatch_mutex);

Completed in 235 milliseconds