Searched defs:lruhash_entry (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/unbound/util/storage/ |
| H A D | lruhash.h | 205 struct lruhash_entry { struct 214 struct lruhash_entry* overflow_next; argument 216 struct lruhash_entry* lru_next; argument 218 struct lruhash_entry* lru_prev; argument 234 * Calling both delkey and deldata will also free the struct lruhash_entry argument [all...] |
| H A D | slabhash.c | 234 void (*func)(struct lruhash_entry*, void*), void* arg) in slabhash_traverse() argument
|
| H A D | lruhash.c | 567 lruhash_traverse(struct lruhash * h,int wr,void (* func)(struct lruhash_entry *,void *),void * arg) lruhash_traverse() argument [all...] |
| /freebsd/contrib/unbound/daemon/ |
| H A D | cachedump.c | 148 void (*func)(struct lruhash_entry*, struct config_strlist_head*, void*), in dump_lruhash() argument 236 void (*func)(struct lruhash_entry*, struct config_strlist_head*, void*), in dump_slabhash() argument
|