Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/xenstore/
HDxenstore.c194 struct mtx registered_watches_lock; member
668 mtx_lock(&xs.registered_watches_lock); in xs_process_msg()
680 mtx_unlock(&xs.registered_watches_lock); in xs_process_msg()
1210 mtx_init(&xs.registered_watches_lock, "watches", NULL, MTX_DEF); in xs_attach()
1636 mtx_lock(&xs.registered_watches_lock); in xs_register_watch()
1639 mtx_unlock(&xs.registered_watches_lock); in xs_register_watch()
1648 mtx_lock(&xs.registered_watches_lock); in xs_register_watch()
1650 mtx_unlock(&xs.registered_watches_lock); in xs_register_watch()
1669 mtx_lock(&xs.registered_watches_lock); in xs_unregister_watch()
1671 mtx_unlock(&xs.registered_watches_lock); in xs_unregister_watch()
[all …]