Searched refs:check_table (Results 1 – 5 of 5) sorted by relevance
187 check_table(struct slabhash* table) in check_table() function274 check_table(table); in test_long_table()295 check_table(table); in test_long_table()333 check_table(t->table); in test_thr_main()335 check_table(t->table); in test_thr_main()
277 check_table(struct lruhash* table) in check_table() function394 check_table(table); in test_long_table()416 check_table(table); in test_long_table()454 check_table(t->table); in test_thr_main()456 check_table(t->table); in test_thr_main()
1765 static struct check *check_table[] = { variable1858 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in disable_warning_error()1859 struct check *cc = check_table[i]; in disable_warning_error()1884 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in parse_checks_option()1885 struct check *c = check_table[i]; in parse_checks_option()1904 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in process_checks()1905 struct check *c = check_table[i]; in process_checks()
1612 struct check_table { unsigned int mode; const char *path;} checks[] = { struct1658 struct check_table *p; in sanity_check()
1230 static void check_table(struct isl_tab *tab) __attribute__ ((unused));1231 static void check_table(struct isl_tab *tab) in check_table() function