Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/events/
Dring_buffer.c287 if (!rb_has_aux(rb) || !atomic_inc_not_zero(&rb->aux_refcount)) in perf_aux_output_begin()
543 atomic_set(&rb->aux_refcount, 1); in rb_alloc_aux()
581 if (atomic_dec_and_test(&rb->aux_refcount)) in rb_free_aux()
589 if (!atomic_read(&rb->aux_refcount)) in rb_irq_work()
Dinternal.h50 atomic_t aux_refcount; member