Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_util.c138 if (0 == _mali_osk_atomic_dec_return(&mali_alloc->mem_alloc_refcount)) { in mali_allocation_unref()
146 _mali_osk_atomic_inc(&alloc->mem_alloc_refcount); in mali_allocation_ref()
H A Dmali_memory_types.h145 _mali_osk_atomic_t mem_alloc_refcount; member
H A Dmali_memory_manager.c102 _mali_osk_atomic_init(&mali_allocation->mem_alloc_refcount, 1); in mali_mem_allocation_struct_create()