Home | History | Annotate | Download | only in amdgpu

Lines Matching refs:head

53 	struct util_hash *head;
85 ht->head = util_hash_create();
86 if(!ht->head) {
104 iter = util_hash_find(ht->head, key_hash);
122 iter = util_hash_find(ht->head, key_hash);
160 iter = util_hash_insert(ht->head, key_hash, item);
205 util_hash_erase(ht->head, iter);
217 iter = util_hash_first_node(ht->head);
219 item = (struct util_hash_table_item *)util_hash_take(ht->head, util_hash_iter_key(iter));
221 iter = util_hash_first_node(ht->head);
236 iter = util_hash_first_node(ht->head);
253 iter = util_hash_first_node(ht->head);
260 util_hash_delete(ht->head);