Searched refs:next_write_location (Results 1 – 1 of 1) sorted by relevance
93 u32 next_write_location) in hv_set_next_write_location() argument95 ring_info->ring_buffer->write_index = next_write_location; in hv_set_next_write_location()253 u32 next_write_location; in hv_ringbuffer_write() local280 next_write_location = hv_get_next_write_location(outring_info); in hv_ringbuffer_write()282 old_write = next_write_location; in hv_ringbuffer_write()285 next_write_location = hv_copyto_ringbuffer(outring_info, in hv_ringbuffer_write()286 next_write_location, in hv_ringbuffer_write()294 next_write_location = hv_copyto_ringbuffer(outring_info, in hv_ringbuffer_write()295 next_write_location, in hv_ringbuffer_write()303 hv_set_next_write_location(outring_info, next_write_location); in hv_ringbuffer_write()