Searched refs:mali_mem_block_get_ref_count (Results 1 – 3 of 3) sorted by relevance
32 u32 mali_mem_block_get_ref_count(mali_page_node *node) in mali_mem_block_get_ref_count() function46 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()
40 u32 mali_mem_block_get_ref_count(mali_page_node *node);
491 return mali_mem_block_get_ref_count(node); in _mali_page_node_get_ref_count()