Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/storage/
H A Dlruhash.h181 /** the maximum collisions were detected during the lruhash_insert operations. */
274 void lruhash_insert(struct lruhash* table, hashvalue_type hash,
H A Dslabhash.c119 lruhash_insert(sl->array[slab_idx(sl, hash)], hash, entry, data, arg); in slabhash_insert()
H A Dlruhash.c305 lruhash_insert(struct lruhash* table, hashvalue_type hash, in lruhash_insert() function