Home
last modified time | relevance | path

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

/drivers/hv/
Dring_buffer.c198 u32 next_read_location) in hv_set_next_read_location() argument
200 ring_info->ring_buffer->read_index = next_read_location; in hv_set_next_read_location()
469 u32 next_read_location = 0; in hv_ringbuffer_peek() local
487 next_read_location = hv_get_next_read_location(Inring_info); in hv_ringbuffer_peek()
489 next_read_location = hv_copyfrom_ringbuffer(Inring_info, in hv_ringbuffer_peek()
492 next_read_location); in hv_ringbuffer_peek()
512 u32 next_read_location = 0; in hv_ringbuffer_read() local
532 next_read_location = in hv_ringbuffer_read()
535 next_read_location = hv_copyfrom_ringbuffer(inring_info, in hv_ringbuffer_read()
538 next_read_location); in hv_ringbuffer_read()
[all …]