Searched refs:allocation_mgr_rb (Results 1 – 3 of 3) sorted by relevance
34 struct rb_node **iter = &mgr->allocation_mgr_rb.rb_node; in _mali_vma_offset_add_rb()51 rb_insert_color(&node->vm_rb, &mgr->allocation_mgr_rb); in _mali_vma_offset_add_rb()85 rb_erase(&node->vm_rb, &mgr->allocation_mgr_rb); in mali_vma_offset_remove()102 iter = mgr->allocation_mgr_rb.rb_node; in mali_vma_offset_search()
26 struct rb_root allocation_mgr_rb; member
67 mgr->allocation_mgr_rb = RB_ROOT; in mali_memory_manager_init()78 …MALI_DEBUG_ASSERT(((void *)(mgr->allocation_mgr_rb.rb_node) == (void *)rb_last(&mgr->allocation_mg… in mali_memory_manager_uninit()