Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/storage/
H A Dlruhash.c109 np = p->overflow_next; in bin_delete()
140 np = p->overflow_next; in bin_split()
143 p->overflow_next = newbin->overflow_list; in bin_split()
174 *prevp = p->overflow_next; in bin_overflow_remove()
177 prevp = &p->overflow_next; in bin_overflow_remove()
178 p = p->overflow_next; in bin_overflow_remove()
207 d->overflow_next = *list; in reclaim_space()
228 p = p->overflow_next; in bin_find_entry()
328 entry->overflow_next = bin->overflow_list; in lruhash_insert()
355 struct lruhash_entry* n = reclaimlist->overflow_next; in lruhash_insert()
[all …]
H A Dlruhash.h214 struct lruhash_entry* overflow_next; member
/freebsd/contrib/unbound/util/
H A Dalloc.h60 #define alloc_special_next(x) ((alloc_special_type*)((x)->entry.overflow_next))
63 ((x)->entry.overflow_next) = (struct lruhash_entry*)(y);