Home
last modified time | relevance | path

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

/drivers/dma-buf/
Ddma-resv.c313 struct dma_resv_list *src_list, *dst_list; in dma_resv_copy_fences() local
328 dst_list = dma_resv_list_alloc(shared_count); in dma_resv_copy_fences()
329 if (!dst_list) in dma_resv_copy_fences()
335 kfree(dst_list); in dma_resv_copy_fences()
339 dst_list->shared_count = 0; in dma_resv_copy_fences()
349 dma_resv_list_free(dst_list); in dma_resv_copy_fences()
359 rcu_assign_pointer(dst_list->shared[dst_list->shared_count++], fence); in dma_resv_copy_fences()
362 dst_list = NULL; in dma_resv_copy_fences()
375 RCU_INIT_POINTER(dst->fence, dst_list); in dma_resv_copy_fences()