Searched refs:hv_get_bytes_to_write (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/hv/
H A Dring_buffer.c298 bytes_avail_towrite = hv_get_bytes_to_write(outring_info);
614 * Ensure the read of write_index in hv_get_bytes_to_write()
618 curr_write_sz = hv_get_bytes_to_write(rbi);
634 * hv_get_bytes_to_write() doesn't fully tell the truth in
H A Dvmbus_drv.c1576 ret = sprintf(buf, "%u\n", hv_get_bytes_to_write(rbi));
/linux-master/net/vmw_vsock/
H A Dhyperv_transport.c216 u32 writeable = hv_get_bytes_to_write(&chan->outbound);
257 if (hv_get_bytes_to_write(&chan->outbound) > 0)
/linux-master/include/linux/
H A Dhyperv.h225 static inline u32 hv_get_bytes_to_write(const struct hv_ring_buffer_info *rbi) function
241 u32 avail_write = hv_get_bytes_to_write(rbi);

Completed in 117 milliseconds