Searched refs:slabhash (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/unbound/util/storage/
H A Dslabhash.h2 * util/storage/slabhash.h - hashtable consisting of several smaller tables.
54 * None of the data inside the slabhash may be altered.
57 struct slabhash { struct
82 struct slabhash* slabhash_create(size_t numtables, size_t start_size,
91 void slabhash_delete(struct slabhash* table);
97 void slabhash_clear(struct slabhash* table);
112 void slabhash_insert(struct slabhash* table, hashvalue_t hash,
128 struct lruhash_entry* slabhash_lookup(struct slabhash* table,
138 void slabhash_remove(struct slabhash* table, hashvalue_t hash, void* key);
146 void slabhash_status(struct slabhash* tabl
[all...]
H A Dslabhash.c2 * util/storage/slabhash.c - hashtable consisting of several smaller tables.
46 #include "util/storage/slabhash.h"
48 struct slabhash* slabhash_create(size_t numtables, size_t start_size,
54 struct slabhash* sl = (struct slabhash*)calloc(1,
55 sizeof(struct slabhash));
87 void slabhash_delete(struct slabhash* sl)
100 void slabhash_clear(struct slabhash* sl)
109 /** helper routine to calculate the slabhash index */
111 slab_idx(struct slabhash* s
[all...]
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_kcache.h44 #include "util/storage/slabhash.h"
55 /** uses slabhash for storage, type key_entry_key, key_entry_data */
56 struct slabhash* slab;
/freebsd-10.0-release/contrib/unbound/daemon/
H A Ddaemon.h54 struct slabhash;
H A Dcachedump.c346 struct slabhash* sh = worker->env.msg_cache;
/freebsd-10.0-release/contrib/unbound/services/cache/
H A Dinfra.h46 struct slabhash;
108 struct slabhash* hosts;
H A Drrset.h45 #include "util/storage/slabhash.h"
58 struct slabhash table;
101 * you have it locked. Used to find slab from slabhash.
/freebsd-10.0-release/contrib/unbound/util/
H A Dmodule.h51 struct slabhash;
77 struct slabhash* msg_cache;
/freebsd-10.0-release/lib/libunbound/
H A DMakefile23 rrset.c rtt.c slabhash.c timehist.c tube.c val_anchor.c \

Completed in 75 milliseconds