Searched refs:outmsg_lock (Results 1 – 2 of 2) sorted by relevance
30 mutex_lock(&hvt->outmsg_lock); in hvt_reset()34 mutex_unlock(&hvt->outmsg_lock); in hvt_reset()50 mutex_lock(&hvt->outmsg_lock); in hvt_op_read()71 mutex_unlock(&hvt->outmsg_lock); in hvt_op_read()200 mutex_lock(&hvt->outmsg_lock); in hvutil_transport_send()211 mutex_unlock(&hvt->outmsg_lock); in hvutil_transport_send()242 mutex_init(&hvt->outmsg_lock); in hvutil_transport_init()
41 struct mutex outmsg_lock; /* protects outmsg */ member