Lines Matching defs:lruhash
147 struct lruhash { struct
151 lruhash_sizefunc_type sizefunc; argument
153 lruhash_compfunc_type compfunc; argument
155 lruhash_delkeyfunc_type delkeyfunc; argument
157 lruhash_deldatafunc_type deldatafunc; argument
159 lruhash_markdelfunc_type markdelfunc; argument
168 struct lruhash_bin* array; argument
171 struct lruhash_entry* lru_start; argument
173 struct lruhash_entry* lru_end; argument
181 /** the maximum collisions were detected during the lruhash_insert operations. */ argument
188 struct lruhash_bin { argument