Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/storage/
H A Dlruhash.h299 void lru_touch(struct lruhash* table, struct lruhash_entry* entry);
H A Dlruhash.c293 lru_touch(struct lruhash* table, struct lruhash_entry* entry) in lru_touch() function
340 lru_touch(table, found); in lruhash_insert()
374 lru_touch(table, entry); in lruhash_lookup()
/freebsd/contrib/unbound/services/cache/
H A Drrset.c121 lru_touch(table, &key->entry); in rrset_cache_touch()