Searched refs:src_list (Results 1 – 1 of 1) sorted by relevance
275 struct reservation_object_list *src_list, *dst_list; in reservation_object_copy_fences() local280 src_list = reservation_object_get_list(src); in reservation_object_copy_fences()282 if (src_list) { in reservation_object_copy_fences()283 size = offsetof(typeof(*src_list), in reservation_object_copy_fences()284 shared[src_list->shared_count]); in reservation_object_copy_fences()289 dst_list->shared_count = src_list->shared_count; in reservation_object_copy_fences()290 dst_list->shared_max = src_list->shared_count; in reservation_object_copy_fences()291 for (i = 0; i < src_list->shared_count; ++i) in reservation_object_copy_fences()293 dma_fence_get(src_list->shared[i]); in reservation_object_copy_fences()301 src_list = reservation_object_get_list(dst); in reservation_object_copy_fences()[all …]