Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/events/
Dring_buffer.c361 if (!atomic_inc_not_zero(&rb->aux_refcount)) in perf_aux_output_begin()
664 atomic_set(&rb->aux_refcount, 1); in rb_alloc_aux()
683 if (atomic_dec_and_test(&rb->aux_refcount)) in rb_free_aux()
Dinternal.h51 atomic_t aux_refcount; member
Dcore.c5466 WARN_ON_ONCE(atomic_read(&rb->aux_refcount)); in perf_mmap_close()