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

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c185 struct mtx reply_lock; member in struct:xs_softc
675 mtx_lock(&xs.reply_lock);
678 mtx_unlock(&xs.reply_lock);
747 mtx_lock(&xs.reply_lock);
749 error = mtx_sleep(&xs.reply_list, &xs.reply_lock, 0, "xswait",
752 mtx_unlock(&xs.reply_lock);
758 mtx_unlock(&xs.reply_lock);
1141 mtx_init(&xs.reply_lock, "reply lock", NULL, MTX_DEF);

Completed in 87 milliseconds