Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hv/
Dring_buffer.c320 bytes_avail_towrite = hv_get_bytes_to_write(outring_info); in hv_ringbuffer_write()
640 curr_write_sz = hv_get_bytes_to_write(rbi); in hv_pkt_iter_close()
Dvmbus_drv.c1752 ret = sprintf(buf, "%u\n", hv_get_bytes_to_write(rbi)); in write_avail_show()
/linux-6.1.9/net/vmw_vsock/
Dhyperv_transport.c216 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes()
257 if (hv_get_bytes_to_write(&chan->outbound) > 0) in hvs_channel_cb()
/linux-6.1.9/include/linux/
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()