Searched refs:bk_list (Results 1 – 1 of 1) sorted by relevance
114 …struct mali_backend_bind_list *bk_list = _mali_osk_calloc(1, sizeof(struct mali_backend_bind_list)… in mali_mem_defer_bind_allocation_prepare() local115 if (NULL == bk_list) in mali_mem_defer_bind_allocation_prepare()118 INIT_LIST_HEAD(&bk_list->node); in mali_mem_defer_bind_allocation_prepare()124 _mali_osk_free(bk_list); in mali_mem_defer_bind_allocation_prepare()131 _mali_osk_free(bk_list); in mali_mem_defer_bind_allocation_prepare()139 bk_list->bkend = mem_bkend; in mali_mem_defer_bind_allocation_prepare()140 bk_list->vaddr = alloc->mali_vma_node.vm_node.start; in mali_mem_defer_bind_allocation_prepare()141 bk_list->session = alloc->session; in mali_mem_defer_bind_allocation_prepare()142 bk_list->page_num = mem_bkend->size / _MALI_OSK_MALI_PAGE_SIZE; in mali_mem_defer_bind_allocation_prepare()147 list_add(&bk_list->node, list); in mali_mem_defer_bind_allocation_prepare()