Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma-buf/
Ddma-resv.c325 struct dma_resv_list *src_list, *dst_list; in dma_resv_copy_fences() local
340 dst_list = dma_resv_list_alloc(shared_count); in dma_resv_copy_fences()
341 if (!dst_list) in dma_resv_copy_fences()
347 kfree(dst_list); in dma_resv_copy_fences()
351 dst_list->shared_count = 0; in dma_resv_copy_fences()
362 dma_resv_list_free(dst_list); in dma_resv_copy_fences()
372 dst = &dst_list->shared[dst_list->shared_count++]; in dma_resv_copy_fences()
376 dst_list = NULL; in dma_resv_copy_fences()
388 RCU_INIT_POINTER(dst->fence, dst_list); in dma_resv_copy_fences()