Home
last modified time | relevance | path

Searched refs:lruhash_entry (Results 1 – 25 of 25) sorted by relevance

/netbsd/external/bsd/unbound/dist/util/storage/
H A Dlruhash.h111 struct lruhash_entry;
171 struct lruhash_entry* lru_start;
173 struct lruhash_entry* lru_end;
193 struct lruhash_entry* overflow_list;
203 struct lruhash_entry { struct
212 struct lruhash_entry* overflow_next; argument
214 struct lruhash_entry* lru_next; argument
216 struct lruhash_entry* lru_prev; argument
288 struct lruhash_entry* lruhash_lookup(struct lruhash* table,
362 struct lruhash_entry* bin_find_entry(struct lruhash* table,
[all …]
H A Dlruhash.c100 struct lruhash_entry* p, *np; in bin_delete()
121 struct lruhash_entry *p, *np; in bin_split()
184 struct lruhash_entry* d; in reclaim_space()
217 struct lruhash_entry*
355 struct lruhash_entry*
358 struct lruhash_entry* entry; in lruhash_lookup()
380 struct lruhash_entry* entry; in lruhash_remove()
418 struct lruhash_entry* p, *np; in bin_clear()
473 struct lruhash_entry *en; in lruhash_status()
528 struct lruhash_entry* e; in lruhash_traverse()
[all …]
H A Dslabhash.h113 struct lruhash_entry* entry, void* data, void* cb_override);
128 struct lruhash_entry* slabhash_lookup(struct slabhash* table,
194 void (*func)(struct lruhash_entry*, void*), void* arg);
209 struct lruhash_entry entry;
H A Dslabhash.c117 struct lruhash_entry* entry, void* data, void* arg) in slabhash_insert()
122 struct lruhash_entry* slabhash_lookup(struct slabhash* sl, in slabhash_lookup()
227 void (*func)(struct lruhash_entry*, void*), void* arg) in slabhash_traverse() argument
/netbsd/external/bsd/unbound/dist/services/cache/
H A Dinfra.c366 struct lruhash_entry*
383 data_entry_init(struct infra_cache* infra, struct lruhash_entry* e, in data_entry_init()
411 static struct lruhash_entry*
446 struct lruhash_entry* e = infra_lookup_nottl(infra, addr, addrlen, in infra_host()
519 struct lruhash_entry* e; in infra_set_lame()
556 struct lruhash_entry* e = infra_lookup_nottl(infra, addr, addrlen, in infra_update_tcp_works()
574 struct lruhash_entry* e = infra_lookup_nottl(infra, addr, addrlen, in infra_rtt_update()
961 struct lruhash_entry* entry; in infra_ratelimit_inc()
1006 struct lruhash_entry* entry; in infra_ratelimit_dec()
1026 struct lruhash_entry* entry; in infra_ratelimit_exceeded()
[all …]
H A Dinfra.h68 struct lruhash_entry entry;
147 struct lruhash_entry entry;
162 struct lruhash_entry entry;
228 struct lruhash_entry* infra_lookup_nottl(struct infra_cache* infra,
H A Drrset.c189 struct lruhash_entry* e; in rrset_cache_update()
280 struct lruhash_entry* e; in rrset_cache_lookup()
372 struct lruhash_entry* e; in rrset_update_sec_status()
412 struct lruhash_entry* e; in rrset_check_sec_status()
H A Ddns.c323 struct lruhash_entry* e; in msg_cache_lookup()
895 struct lruhash_entry* e; in dns_cache_lookup()
/netbsd/external/bsd/unbound/dist/testcode/
H A Dunitslabhash.c136 struct lruhash_entry* en = slabhash_lookup(table, myhash(num), key, 0); in testlookup()
153 struct lruhash_entry* p; in check_lru_table()
225 struct lruhash_entry* en = slabhash_lookup(table, myhash(num), key, 0); in testlookup_unlim()
H A Dunitlruhash.c262 struct lruhash_entry* en = lruhash_lookup(table, myhash(num), key, 0); in testlookup()
279 struct lruhash_entry* p; in check_table()
342 struct lruhash_entry* en = lruhash_lookup(table, myhash(num), key, 0); in testlookup_unlim()
H A Dunitmain.c444 struct lruhash_entry* e = infra_lookup_nottl(infra, addr, addrlen, in infra_lookup_host()
/netbsd/external/bsd/unbound/dist/dnscrypt/
H A Ddnscrypt.c60 struct lruhash_entry entry;
72 struct lruhash_entry entry;
142 static struct lruhash_entry*
214 static struct lruhash_entry*
256 struct lruhash_entry* entry; in dnscrypt_server_uncurve()
/netbsd/external/bsd/unbound/dist/validator/
H A Dval_kentry.h58 struct lruhash_entry entry;
H A Dval_kcache.c115 struct lruhash_entry* e; in key_cache_search()
/netbsd/external/bsd/unbound/dist/util/data/
H A Dpacked_rrset.h121 struct lruhash_entry entry;
H A Dmsgreply.h227 struct lruhash_entry entry;
/netbsd/external/bsd/unbound/dist/daemon/
H A Dremote.c1654 infra_del_host(struct lruhash_entry* e, void* arg) in infra_del_host()
1717 zone_del_rrset(struct lruhash_entry* e, void* arg) in zone_del_rrset()
1734 zone_del_msg(struct lruhash_entry* e, void* arg) in zone_del_msg()
1752 zone_del_kcache(struct lruhash_entry* e, void* arg) in zone_del_kcache()
1807 bogus_del_rrset(struct lruhash_entry* e, void* arg) in bogus_del_rrset()
1820 bogus_del_msg(struct lruhash_entry* e, void* arg) in bogus_del_msg()
1833 bogus_del_kcache(struct lruhash_entry* e, void* arg) in bogus_del_kcache()
1891 negative_del_msg(struct lruhash_entry* e, void* arg) in negative_del_msg()
2472 dump_infra_host(struct lruhash_entry* e, void* arg) in dump_infra_host()
2873 rate_list(struct lruhash_entry* e, void* arg) in rate_list()
[all …]
H A Dcachedump.c106 struct lruhash_entry* e; in dump_rrset_lruhash()
225 copy_msg(struct regional* region, struct lruhash_entry* e, in copy_msg()
253 struct lruhash_entry* e; in dump_msg_lruhash()
H A Dworker.c1251 struct lruhash_entry* e; in worker_handle_request()
/netbsd/external/bsd/unbound/dist/util/
H A Dalloc.h63 ((x)->entry.overflow_next) = (struct lruhash_entry*)(y);
/netbsd/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod_utils.c84 struct lruhash_entry* e; in invalidateQueryInCache()
H A Dinterface.i274 struct lruhash_entry entry;
279 struct lruhash_entry {
281 struct lruhash_entry* overflow_next;
282 struct lruhash_entry* lru_next;
283 struct lruhash_entry* lru_prev;
/netbsd/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dstruct.rst328 (:class:`lruhash_entry`) Entry into hashtable. Note the lock is never destroyed,
346 lruhash_entry section in Scriptable structures
349 .. class:: lruhash_entry
/netbsd/external/bsd/unbound/dist/edns-subnet/
H A Dsubnetmod.c342 struct lruhash_entry *lru_entry = slabhash_lookup(subnet_msg_cache, h, in update_cache()
410 struct lruhash_entry *e; in lookup_and_reply()
/netbsd/external/bsd/unbound/dist/services/
H A Dmesh.c378 struct lruhash_entry* e; in mesh_serve_expired_lookup()