Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_block_alloc.c32 u32 mali_mem_block_get_ref_count(mali_page_node *node) in mali_mem_block_get_ref_count() function
46 MALI_DEBUG_ASSERT(mali_mem_block_get_ref_count(node) < MALI_BLOCK_MAX_REF_COUNT); in mali_mem_block_add_ref()
56 MALI_DEBUG_ASSERT(mali_mem_block_get_ref_count(node) > 0); in mali_mem_block_dec_ref()
162 MALI_DEBUG_ASSERT(mali_mem_block_get_ref_count(m_page) == 0); in mali_mem_block_alloc()
H A Dmali_memory_block_alloc.h40 u32 mali_mem_block_get_ref_count(mali_page_node *node);
H A Dmali_memory.c491 return mali_mem_block_get_ref_count(node); in _mali_page_node_get_ref_count()