hv_get_bytes_to_read 1604 drivers/hv/vmbus_drv.c 	ret = sprintf(buf, "%u\n", hv_get_bytes_to_read(rbi));
hv_get_bytes_to_read  166 drivers/net/hyperv/netvsc_drv.c 			aread = hv_get_bytes_to_read(&chn->inbound);
hv_get_bytes_to_read  170 drivers/net/hyperv/netvsc_drv.c 			aread = hv_get_bytes_to_read(&chn->outbound);
hv_get_bytes_to_read 1545 include/linux/hyperv.h 	return hv_get_bytes_to_read(rbi);
hv_get_bytes_to_read  180 net/vmw_vsock/hyperv_transport.c 	u32 readable = hv_get_bytes_to_read(&chan->inbound);
hv_get_bytes_to_read  188 net/vmw_vsock/hyperv_transport.c 	u32 readable = hv_get_bytes_to_read(&chan->inbound);