Searched refs:lru_remove (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/storage/
H A Dlruhash.h433 void lru_remove(struct lruhash* table, struct lruhash_entry* entry);
H A Dlruhash.c282 lru_remove(struct lruhash* table, struct lruhash_entry* entry) function
299 lru_remove(table, entry);
402 lru_remove(table, entry);
601 lru_remove(table, entry);
/openbsd-current/sbin/unwind/libunbound/util/storage/
H A Dlruhash.h433 void lru_remove(struct lruhash* table, struct lruhash_entry* entry);
H A Dlruhash.c282 lru_remove(struct lruhash* table, struct lruhash_entry* entry) function
299 lru_remove(table, entry);
402 lru_remove(table, entry);
601 lru_remove(table, entry);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitlruhash.c161 /** test lru_front lru_remove */
169 lru_remove(table, &k->entry);
177 lru_remove(table, &k->entry);
188 lru_remove(table, &k2->entry);
195 lru_remove(table, &k->entry);
200 lru_remove(table, &k2->entry);

Completed in 140 milliseconds