Lines Matching refs:ht
41 ht_init(struct ht *h, ssize_t size) in ht_init()
45 memset(h, 0, sizeof(struct ht)); in ht_init()
55 ht_destroy(struct ht *h) in ht_destroy()
74 ht_find(struct ht *h, uint32_t hash) in ht_find()
86 ht_find_locked(struct ht *h, uint32_t hash) in ht_find_locked()
102 ht_add(struct ht *h, uint32_t hash, void *value) in ht_add()
131 ht_remove(struct ht *h, uint32_t hash) in ht_remove()
144 ht_remove_locked(struct ht *h, uint32_t hash) in ht_remove_locked()
181 struct ht *h; in ht_iter_advance()
212 struct ht *h; in ht_remove_at_iter()
246 ht_iter(struct ht *h, struct ht_iter *iter) in ht_iter()
263 struct ht *h; in ht_next()