Searched refs:old_handle (Results 1 – 5 of 5) sorted by relevance
222 CordzHandle* old_handle = handles[dist_handle(gen)].exchange(handle); in TEST() local223 if (old_handle != nullptr) { in TEST()225 old_handle->DiagnosticsGetSafeToInspectDeletedHandles(); in TEST()234 CordzHandle::Delete(old_handle); in TEST()
253 struct svga_winsys_surface *old_handle = sbuf->handle; in svga_buffer_recreate_host_surface() local256 assert(old_handle); in svga_buffer_recreate_host_surface()266 SVGA_RETRY(svga, SVGA3D_vgpu10_BufferCopy(svga->swc, old_handle, in svga_buffer_recreate_host_surface()
36 void (*flink)(uint32_t old_handle, uint32_t new_handle);
386 static void flink_userptr_bo(uint32_t old_handle, uint32_t new_handle) in flink_userptr_bo() argument388 igt_assert(old_handle < num_handle_map); in flink_userptr_bo()389 igt_assert(handle_ptr_map[old_handle]); in flink_userptr_bo()392 handle_ptr_map[old_handle], in flink_userptr_bo()393 handle_size_map[old_handle]); in flink_userptr_bo()
375 uint32_t old_handle, uint32_t new_handle) in replace_bo_in_reloc_list() argument378 if (rlist->relocs[i].target_handle == old_handle) in replace_bo_in_reloc_list()