Lines Matching refs:node
39 struct hlist_node node; member
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()
303 hash_del(&e->node); in amdgpu_sync_entry_free()
324 hash_for_each_safe(sync->fences, i, tmp, e, node) { in amdgpu_sync_peek_fence()
364 hash_for_each_safe(sync->fences, i, tmp, e, node) { in amdgpu_sync_get_fence()
368 hash_del(&e->node); in amdgpu_sync_get_fence()
395 hash_for_each_safe(source->fences, i, tmp, e, node) { in amdgpu_sync_clone()
442 hash_for_each_safe(sync->fences, i, tmp, e, node) { in amdgpu_sync_push_to_job()
465 hash_for_each_safe(sync->fences, i, tmp, e, node) { in amdgpu_sync_wait()
489 hash_for_each_safe(sync->fences, i, tmp, e, node) in amdgpu_sync_free()