next_write_location   82 drivers/hv/ring_buffer.c 		     u32 next_write_location)
next_write_location   84 drivers/hv/ring_buffer.c 	ring_info->ring_buffer->write_index = next_write_location;
next_write_location  256 drivers/hv/ring_buffer.c 	u32 next_write_location;
next_write_location  292 drivers/hv/ring_buffer.c 	next_write_location = hv_get_next_write_location(outring_info);
next_write_location  294 drivers/hv/ring_buffer.c 	old_write = next_write_location;
next_write_location  297 drivers/hv/ring_buffer.c 		next_write_location = hv_copyto_ringbuffer(outring_info,
next_write_location  298 drivers/hv/ring_buffer.c 						     next_write_location,
next_write_location  306 drivers/hv/ring_buffer.c 	next_write_location = hv_copyto_ringbuffer(outring_info,
next_write_location  307 drivers/hv/ring_buffer.c 					     next_write_location,
next_write_location  315 drivers/hv/ring_buffer.c 	hv_set_next_write_location(outring_info, next_write_location);