Searched refs:next_write_location (Results 1 – 1 of 1) sorted by relevance
153 u32 next_write_location) in hv_set_next_write_location() argument155 ring_info->ring_buffer->write_index = next_write_location; in hv_set_next_write_location()398 u32 next_write_location; in hv_ringbuffer_write() local424 next_write_location = hv_get_next_write_location(outring_info); in hv_ringbuffer_write()426 old_write = next_write_location; in hv_ringbuffer_write()429 next_write_location = hv_copyto_ringbuffer(outring_info, in hv_ringbuffer_write()430 next_write_location, in hv_ringbuffer_write()438 next_write_location = hv_copyto_ringbuffer(outring_info, in hv_ringbuffer_write()439 next_write_location, in hv_ringbuffer_write()447 hv_set_next_write_location(outring_info, next_write_location); in hv_ringbuffer_write()