Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c154 static kmutex_t xenwatch_mutex; variable
895 if (mutex_owner(&xenwatch_mutex) != curthread) { in unregister_xenbus_watch()
896 mutex_enter(&xenwatch_mutex); in unregister_xenbus_watch()
897 mutex_exit(&xenwatch_mutex); in unregister_xenbus_watch()
947 mutex_enter(&xenwatch_mutex); in xenwatch_thread()
959 mutex_exit(&xenwatch_mutex); in xenwatch_thread()