Home | History | Annotate | Download | only in amdgpu

Lines Matching refs:util_hash

37 #include "util_hash.h"
93 struct util_hash {
111 util_hash_create_node(struct util_hash *hash,
206 static struct util_node **util_hash_find_node(struct util_hash *hash, unsigned akey)
222 util_hash_insert(struct util_hash *hash, unsigned key, void *data)
241 drm_private struct util_hash *util_hash_create(void)
243 struct util_hash *hash = malloc(sizeof(struct util_hash));
264 drm_private void util_hash_delete(struct util_hash *hash)
283 util_hash_find(struct util_hash *hash, unsigned key)
348 drm_private void *util_hash_take(struct util_hash *hash, unsigned akey)
363 drm_private struct util_hash_iter util_hash_first_node(struct util_hash *hash)
370 util_hash_erase(struct util_hash *hash, struct util_hash_iter iter)