Lines Matching defs:table
81 test_bin_find_entry(struct lruhash* table) in test_bin_find_entry()
162 static void test_lru(struct lruhash* table) in test_lru()
209 test_short_table(struct lruhash* table) in test_short_table()
235 testadd(struct lruhash* table, testdata_type* ref[]) in testadd()
247 testremove(struct lruhash* table, testdata_type* ref[]) in testremove()
258 testlookup(struct lruhash* table, testdata_type* ref[]) in testlookup()
277 check_table(struct lruhash* table) in check_table()
313 testadd_unlim(struct lruhash* table, testdata_type** ref) in testadd_unlim()
326 testremove_unlim(struct lruhash* table, testdata_type** ref) in testremove_unlim()
338 testlookup_unlim(struct lruhash* table, testdata_type** ref) in testlookup_unlim()
360 test_long_table(struct lruhash* table) in test_long_table()
427 struct lruhash* table; member
462 test_threaded_table(struct lruhash* table) in test_threaded_table()
484 struct lruhash* table ; in lruhash_test() local