Searched refs:aux_refcount (Results 1 – 2 of 2) sorted by relevance
287 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()
50 atomic_t aux_refcount; member