Searched defs:lruhash (Results 1 – 1 of 1) sorted by relevance
147 struct lruhash { struct151 lruhash_sizefunc_type sizefunc; argument153 lruhash_compfunc_type compfunc; argument155 lruhash_delkeyfunc_type delkeyfunc; argument157 lruhash_deldatafunc_type deldatafunc; argument159 lruhash_markdelfunc_type markdelfunc; argument168 struct lruhash_bin* array; argument171 struct lruhash_entry* lru_start; argument173 struct lruhash_entry* lru_end; argument181 /** the maximum collisions were detected during the lruhash_insert operations. */ argument[all …]