Home
last modified time | relevance | path

Searched refs:ht_item (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c38 static struct ht_item *ht_iter_advance(struct ht_iter *, struct ht_item *);
58 struct ht_item *item, *tmp; in ht_destroy()
89 struct ht_item *item; in ht_find_locked()
105 struct ht_item *item; in ht_add()
121 item = l9p_calloc(1, sizeof(struct ht_item)); in ht_add()
147 struct ht_item *item, *tmp; in ht_remove_locked()
177 static struct ht_item *
178 ht_iter_advance(struct ht_iter *iter, struct ht_item *cur) in ht_iter_advance()
180 struct ht_item *next; in ht_iter_advance()
211 struct ht_item *item; in ht_remove_at_iter()
[all …]
H A Dhashtable.h41 TAILQ_HEAD(, ht_item) hte_items;
44 struct ht_item { struct
47 TAILQ_ENTRY(ht_item) hti_link; argument
52 struct ht_item * htit_curr;
53 struct ht_item * htit_next;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h79 typedef struct ht_item { struct
80 struct ht_item *hi_next; argument