Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dring_buffer.c523 size_t shortest_full; member
915 cpu_buffer->shortest_full = 0; in rb_wake_up_waiters()
984 if (!ret && (!cpu_buffer->shortest_full || in rb_watermark_hit()
985 cpu_buffer->shortest_full > full)) { in rb_watermark_hit()
986 cpu_buffer->shortest_full = full; in rb_watermark_hit()
1135 if (!cpu_buffer->shortest_full || in ring_buffer_poll_wait()
1136 cpu_buffer->shortest_full > full) in ring_buffer_poll_wait()
1137 cpu_buffer->shortest_full = full; in ring_buffer_poll_wait()
3211 if (!full_hit(buffer, cpu_buffer->cpu, cpu_buffer->shortest_full)) in rb_wakeups()
5290 cpu_buffer->shortest_full = 0; in rb_reset_cpu()