Lines Matching defs:next_write_location
85 u32 next_write_location)
87 ring_info->ring_buffer->write_index = next_write_location;
283 u32 next_write_location;
321 next_write_location = hv_get_next_write_location(outring_info);
323 old_write = next_write_location;
326 next_write_location = hv_copyto_ringbuffer(outring_info,
327 next_write_location,
361 next_write_location = hv_copyto_ringbuffer(outring_info,
362 next_write_location,
370 hv_set_next_write_location(outring_info, next_write_location);