Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/dma-buf/
Dreservation.c290 struct reservation_object_list *src_list, *dst_list; in reservation_object_copy_fences() local
305 dst_list = kmalloc(size, GFP_KERNEL); in reservation_object_copy_fences()
306 if (!dst_list) in reservation_object_copy_fences()
312 kfree(dst_list); in reservation_object_copy_fences()
316 dst_list->shared_count = 0; in reservation_object_copy_fences()
317 dst_list->shared_max = shared_count; in reservation_object_copy_fences()
327 kfree(dst_list); in reservation_object_copy_fences()
337 rcu_assign_pointer(dst_list->shared[dst_list->shared_count++], fence); in reservation_object_copy_fences()
340 dst_list = NULL; in reservation_object_copy_fences()
356 RCU_INIT_POINTER(dst->fence, dst_list); in reservation_object_copy_fences()