Home
last modified time | relevance | path

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

/drivers/hv/
Dring_buffer.c188 u32 next_read_location) in hv_set_next_read_location() argument
190 ring_info->ring_buffer->read_index = next_read_location; in hv_set_next_read_location()
404 u32 next_read_location = 0; in hv_ringbuffer_peek() local
422 next_read_location = hv_get_next_read_location(Inring_info); in hv_ringbuffer_peek()
424 next_read_location = hv_copyfrom_ringbuffer(Inring_info, in hv_ringbuffer_peek()
427 next_read_location); in hv_ringbuffer_peek()
441 u32 next_read_location = 0; in hv_ringbuffer_read() local
461 next_read_location = in hv_ringbuffer_read()
464 next_read_location = hv_copyfrom_ringbuffer(inring_info, in hv_ringbuffer_read()
467 next_read_location); in hv_ringbuffer_read()
[all …]