Searched refs:ht_item (Results 1 – 3 of 3) sorted by relevance
38 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 …]
41 TAILQ_HEAD(, ht_item) hte_items;44 struct ht_item { struct47 TAILQ_ENTRY(ht_item) hti_link; argument52 struct ht_item * htit_curr;53 struct ht_item * htit_next;
79 typedef struct ht_item { struct80 struct ht_item *hi_next; argument