Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hv/
A Dring_buffer.c84 u32 next_write_location) in hv_set_next_write_location() argument
86 ring_info->ring_buffer->write_index = next_write_location; in hv_set_next_write_location()
304 u32 next_write_location; in hv_ringbuffer_write() local
342 next_write_location = hv_get_next_write_location(outring_info); in hv_ringbuffer_write()
344 old_write = next_write_location; in hv_ringbuffer_write()
347 next_write_location = hv_copyto_ringbuffer(outring_info, in hv_ringbuffer_write()
348 next_write_location, in hv_ringbuffer_write()
382 next_write_location = hv_copyto_ringbuffer(outring_info, in hv_ringbuffer_write()
383 next_write_location, in hv_ringbuffer_write()
391 hv_set_next_write_location(outring_info, next_write_location); in hv_ringbuffer_write()

Completed in 4 milliseconds