Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c146 static kmutex_t watch_events_lock; variable
880 mutex_enter(&watch_events_lock); in unregister_xenbus_watch()
892 mutex_exit(&watch_events_lock); in unregister_xenbus_watch()
938 mutex_enter(&watch_events_lock); in xenwatch_thread()
940 cv_wait(&watch_events_cv, &watch_events_lock); in xenwatch_thread()
945 mutex_exit(&watch_events_lock); in xenwatch_thread()
1002 mutex_enter(&watch_events_lock); in process_msg()
1012 mutex_exit(&watch_events_lock); in process_msg()