Searched refs:buffers_allocated (Results 1 – 4 of 4) sorted by relevance
751 uint32_t buffers_allocated; in dce_mi_allocate_dmif() local755 DMIF_BUFFERS_ALLOCATED, &buffers_allocated); in dce_mi_allocate_dmif()757 if (buffers_allocated == 2) in dce_mi_allocate_dmif()788 uint32_t buffers_allocated; in dce_mi_free_dmif() local792 DMIF_BUFFERS_ALLOCATED, &buffers_allocated); in dce_mi_free_dmif()794 if (buffers_allocated == 0) in dce_mi_free_dmif()
638 ret += *per_cpu_ptr(sc->buffers_allocated, cpu); in get_buffers_allocated()647 (*per_cpu_ptr(sc->buffers_allocated, cpu)) = 0; in reset_buffers_allocated()676 sc->buffers_allocated = alloc_percpu(u32); in sc_alloc()677 if (!sc->buffers_allocated) { in sc_alloc()689 free_percpu(sc->buffers_allocated); in sc_alloc()872 free_percpu(sc->buffers_allocated); in sc_free()1441 this_cpu_inc(*sc->buffers_allocated); in sc_buffer_alloc()
123 this_cpu_dec(*pbuf->sc->buffers_allocated); in pio_copy()713 this_cpu_dec(*pbuf->sc->buffers_allocated); in seg_pio_copy_end()
61 u32 __percpu *buffers_allocated;/* count of buffers allocated */ member
Completed in 11 milliseconds