Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c182 struct mtx reply_lock; member
672 mtx_lock(&xs.reply_lock); in xs_process_msg()
675 mtx_unlock(&xs.reply_lock); in xs_process_msg()
744 mtx_lock(&xs.reply_lock); in xs_read_reply()
746 error = mtx_sleep(&xs.reply_list, &xs.reply_lock, 0, "xswait", in xs_read_reply()
749 mtx_unlock(&xs.reply_lock); in xs_read_reply()
755 mtx_unlock(&xs.reply_lock); in xs_read_reply()
1135 mtx_init(&xs.reply_lock, "reply lock", NULL, MTX_DEF); in xs_attach()