Home
last modified time | relevance | path

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

/kernel/trace/
Dring_buffer.c5309 unsigned long total_read = 0; in test_ringbuffer() local
5353 total_read++; in test_ringbuffer()
5360 pr_info(" read events: %ld\n", total_read); in test_ringbuffer()
5362 pr_info(" total events: %ld\n", total_lost + total_read); in test_ringbuffer()
5373 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()