Searched refs:overflow_next (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c109 np = p->overflow_next;
140 np = p->overflow_next;
143 p->overflow_next = newbin->overflow_list;
174 *prevp = p->overflow_next;
177 prevp = &p->overflow_next;
178 p = p->overflow_next;
207 d->overflow_next = *list;
228 p = p->overflow_next;
328 entry->overflow_next = bin->overflow_list;
355 struct lruhash_entry* n = reclaimlist->overflow_next;
[all...]
H A Dlruhash.h200 * To change overflow_next you need to hold the bin lock.
214 struct lruhash_entry* overflow_next; member in struct:lruhash_entry
/netbsd-current/external/bsd/unbound/dist/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);
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dunitlruhash.c124 k4->entry.overflow_next = &k->entry;
125 k3->entry.overflow_next = &k4->entry;
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i295 struct lruhash_entry* overflow_next;

Completed in 275 milliseconds