Lines Matching defs:tcases
143 } tcases[] = {
523 struct tcase *tc = &tcases[n];
762 struct tcase *tc = &tcases[n];
893 for (i = 0; i < (int)ARRAY_SIZE(tcases); i++) {
894 if (tcases[i].mark_path_cnt > max_file_multi)
895 max_file_multi = tcases[i].mark_path_cnt;
896 if (tcases[i].ignore_path_cnt > max_file_multi)
897 max_file_multi = tcases[i].ignore_path_cnt;
898 if (tcases[i].event_path_cnt > max_file_multi)
899 max_file_multi = tcases[i].event_path_cnt;
953 .tcnt = ARRAY_SIZE(tcases),