Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Dutil_hash.c73 struct util_node { struct
74 struct util_node *next; argument
80 struct util_node *fakeNext; argument
81 struct util_node **buckets;
92 struct util_node *e;
101 static void util_free_node(struct util_node *node) in util_free_node()
106 static struct util_node *
109 struct util_node **anextNode) in util_hash_create_node()
111 struct util_node *node = util_data_allocate_node(hash->data.d); in util_hash_create_node()
119 node->next = (struct util_node*)(*anextNode); in util_hash_create_node()
[all …]
Dutil_hash.h52 struct util_node;
56 struct util_node *node;