Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dring_buffer.c524 size_t shortest_full; member
1081 if (!cpu_buffer->shortest_full || in ring_buffer_wait()
1082 cpu_buffer->shortest_full > full) in ring_buffer_wait()
1083 cpu_buffer->shortest_full = full; in ring_buffer_wait()
1140 if (!cpu_buffer->shortest_full || in ring_buffer_poll_wait()
1141 cpu_buffer->shortest_full > full) in ring_buffer_poll_wait()
1142 cpu_buffer->shortest_full = full; in ring_buffer_poll_wait()
3218 if (!full_hit(buffer, cpu_buffer->cpu, cpu_buffer->shortest_full)) in rb_wakeups()
5293 cpu_buffer->shortest_full = 0; in rb_reset_cpu()