Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hv/
Dring_buffer.c82 u32 next_write_location) in hv_set_next_write_location() argument
84 ring_info->ring_buffer->write_index = next_write_location; in hv_set_next_write_location()
269 u32 next_write_location; in hv_ringbuffer_write() local
305 next_write_location = hv_get_next_write_location(outring_info); in hv_ringbuffer_write()
307 old_write = next_write_location; in hv_ringbuffer_write()
310 next_write_location = hv_copyto_ringbuffer(outring_info, in hv_ringbuffer_write()
311 next_write_location, in hv_ringbuffer_write()
319 next_write_location = hv_copyto_ringbuffer(outring_info, in hv_ringbuffer_write()
320 next_write_location, in hv_ringbuffer_write()
328 hv_set_next_write_location(outring_info, next_write_location); in hv_ringbuffer_write()