Home
last modified time | relevance | path

Searched refs:util_node (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/amdgpu/
Dutil_hash.c77 struct util_node { struct
78 struct util_node *next; argument
84 struct util_node *fakeNext; argument
85 struct util_node **buckets;
96 struct util_node *e;
105 static void util_free_node(struct util_node *node) in util_free_node()
110 static struct util_node *
113 struct util_node **anextNode) in util_hash_create_node()
115 struct util_node *node = util_data_allocate_node(hash->data.d); in util_hash_create_node()
123 node->next = (struct util_node*)(*anextNode); in util_hash_create_node()
[all …]
Dutil_hash.h56 struct util_node;
60 struct util_node *node;