Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dring_buffer.c919 static __always_inline bool full_hit(struct trace_buffer *buffer, int cpu, int full) in full_hit() function
1080 done = !pagebusy && full_hit(buffer, cpu, full); in ring_buffer_wait()
1162 return full_hit(buffer, cpu, full) ? EPOLLIN | EPOLLRDNORM : 0; in ring_buffer_poll_wait()
3216 if (!full_hit(buffer, cpu_buffer->cpu, cpu_buffer->shortest_full)) in rb_wakeups()