Home
last modified time | relevance | path

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

/src/sys/dev/xen/xenstore/
H A Dxenstore.c181 struct mtx reply_lock; member
671 mtx_lock(&xs.reply_lock); in xs_process_msg()
674 mtx_unlock(&xs.reply_lock); in xs_process_msg()
743 mtx_lock(&xs.reply_lock); in xs_read_reply()
745 error = mtx_sleep(&xs.reply_list, &xs.reply_lock, 0, "xswait", in xs_read_reply()
748 mtx_unlock(&xs.reply_lock); in xs_read_reply()
754 mtx_unlock(&xs.reply_lock); in xs_read_reply()
1134 mtx_init(&xs.reply_lock, "reply lock", NULL, MTX_DEF); in xs_attach()