Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dsimple_ring_buffer.c282 if (cmpxchg(&cpu_buffer->status, SIMPLE_RB_READY, SIMPLE_RB_WRITING) != SIMPLE_RB_READY) in simple_ring_buffer_reserve()
305 smp_store_release(&cpu_buffer->status, SIMPLE_RB_READY); in simple_ring_buffer_commit()
314 return cmpxchg(&cpu_buffer->status, SIMPLE_RB_UNAVAILABLE, SIMPLE_RB_READY); in simple_rb_enable_tracing()
319 SIMPLE_RB_READY, in simple_rb_enable_tracing()
368 if (prev_status == SIMPLE_RB_READY) in simple_ring_buffer_reset()
/linux/include/linux/
H A Dsimple_ring_buffer.h31 #define SIMPLE_RB_READY 1 macro