Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-resv.c348 struct dma_resv_list *src_list, *dst_list; in dma_resv_copy_fences() local
363 dst_list = dma_resv_list_alloc(shared_count); in dma_resv_copy_fences()
364 if (!dst_list) in dma_resv_copy_fences()
370 kfree(dst_list); in dma_resv_copy_fences()
374 dst_list->shared_count = 0; in dma_resv_copy_fences()
384 dma_resv_list_free(dst_list); in dma_resv_copy_fences()
394 rcu_assign_pointer(dst_list->shared[dst_list->shared_count++], fence); in dma_resv_copy_fences()
397 dst_list = NULL; in dma_resv_copy_fences()
409 RCU_INIT_POINTER(dst->fence, dst_list); in dma_resv_copy_fences()