Home
last modified time | relevance | path

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

/linux/drivers/hv/
A Dring_buffer.c307 bytes_avail_towrite = hv_get_bytes_to_write(outring_info); in hv_ringbuffer_write()
624 curr_write_sz = hv_get_bytes_to_write(rbi); in hv_pkt_iter_close()
A Dvmbus_drv.c1780 ret = sprintf(buf, "%u\n", hv_get_bytes_to_write(rbi)); in write_avail_show()
/linux/net/vmw_vsock/
A Dhyperv_transport.c213 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes()
248 if (hv_get_bytes_to_write(&chan->outbound) > 0) in hvs_channel_cb()
/linux/include/linux/
A Dhyperv.h205 static inline u32 hv_get_bytes_to_write(const struct hv_ring_buffer_info *rbi) in hv_get_bytes_to_write() function
221 u32 avail_write = hv_get_bytes_to_write(rbi); in hv_get_avail_to_write_percent()

Completed in 34 milliseconds