Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dhv_utils_transport.c32 hvt->outmsg_len = 0; in hvt_reset()
45 if (wait_event_interruptible(hvt->outmsg_q, hvt->outmsg_len > 0 || in hvt_op_read()
61 if (count < hvt->outmsg_len) { in hvt_op_read()
66 if (!copy_to_user(buf, hvt->outmsg, hvt->outmsg_len)) in hvt_op_read()
67 ret = hvt->outmsg_len; in hvt_op_read()
73 hvt->outmsg_len = 0; in hvt_op_read()
118 if (hvt->outmsg_len > 0) in hvt_op_poll()
270 hvt->outmsg_len = len; in hvutil_transport_send()
Dhv_utils_transport.h41 int outmsg_len; /* its length */ member