Lines Matching defs:table

67 	struct lruhash* table = (struct lruhash*)calloc(1,   in lruhash_create()  local
99 bin_delete(struct lruhash* table, struct lruhash_bin* bin) in bin_delete()
118 bin_split(struct lruhash* table, struct lruhash_bin* newa, in bin_split()
154 lruhash_delete(struct lruhash* table) in lruhash_delete()
183 reclaim_space(struct lruhash* table, struct lruhash_entry** list) in reclaim_space()
219 bin_find_entry(struct lruhash* table, in bin_find_entry()
236 table_grow(struct lruhash* table) in table_grow()
271 lru_front(struct lruhash* table, struct lruhash_entry* entry) in lru_front()
282 lru_remove(struct lruhash* table, struct lruhash_entry* entry) in lru_remove()
293 lru_touch(struct lruhash* table, struct lruhash_entry* entry) in lru_touch()
305 lruhash_insert(struct lruhash* table, hashvalue_type hash, in lruhash_insert()
364 lruhash_lookup(struct lruhash* table, hashvalue_type hash, void* key, int wr) in lruhash_lookup()
386 lruhash_remove(struct lruhash* table, hashvalue_type hash, void* key) in lruhash_remove()
424 bin_clear(struct lruhash* table, struct lruhash_bin* bin) in bin_clear()
446 lruhash_clear(struct lruhash* table) in lruhash_clear()
467 lruhash_status(struct lruhash* table, const char* id, int extended) in lruhash_status()
501 lruhash_get_mem(struct lruhash* table) in lruhash_get_mem()
524 lruhash_setmarkdel(struct lruhash* table, lruhash_markdelfunc_type md) in lruhash_setmarkdel()
532 lruhash_update_space_used(struct lruhash* table, void* cb_arg, int diff_size) in lruhash_update_space_used()
595 lru_demote(struct lruhash* table, struct lruhash_entry* entry) in lru_demote()
618 lruhash_insert_or_retrieve(struct lruhash* table, hashvalue_type hash, in lruhash_insert_or_retrieve()