Home
last modified time | relevance | path

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

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