Home
last modified time | relevance | path

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

/kernel/trace/
Dring_buffer.c6371 unsigned long total_read = 0; in test_ringbuffer() local
6415 total_read++; in test_ringbuffer()
6422 pr_info(" read events: %ld\n", total_read); in test_ringbuffer()
6424 pr_info(" total events: %ld\n", total_lost + total_read); in test_ringbuffer()
6435 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()