Lines Matching refs:fences
54 hash_init(sync->fences); in amdgpu_sync_create()
137 hash_for_each_possible(sync->fences, e, node, f->context) { in amdgpu_sync_add_later()
176 hash_add(sync->fences, &e->node, f->context); in amdgpu_sync_fence()
323 hash_for_each_safe(sync->fences, i, tmp, e, node) { in amdgpu_sync_peek_fence()
363 hash_for_each_safe(sync->fences, i, tmp, e, node) { in amdgpu_sync_get_fence()
394 hash_for_each_safe(source->fences, i, tmp, e, node) { in amdgpu_sync_clone()
423 for (i = 0; i < HASH_SIZE(src->fences); ++i) in amdgpu_sync_move()
424 hlist_move_list(&src->fences[i], &dst->fences[i]); in amdgpu_sync_move()
441 hash_for_each_safe(sync->fences, i, tmp, e, node) { in amdgpu_sync_push_to_job()
464 hash_for_each_safe(sync->fences, i, tmp, e, node) { in amdgpu_sync_wait()
488 hash_for_each_safe(sync->fences, i, tmp, e, node) in amdgpu_sync_free()