Searched refs:total_read (Results 1 – 1 of 1) sorted by relevance
5309 unsigned long total_read = 0; in test_ringbuffer() local5353 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()