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

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c218 struct sx xenwatch_mutex; member in struct:xs_softc
985 sx_xlock(&xs.xenwatch_mutex);
1011 sx_xunlock(&xs.xenwatch_mutex);
1142 sx_init(&xs.xenwatch_mutex, "xenwatch");
1645 sx_xlock(&xs.xenwatch_mutex);
1646 sx_xunlock(&xs.xenwatch_mutex);

Completed in 42 milliseconds