Lines Matching defs:test_num
4397 static void do_test_raw(unsigned int test_num)
4399 struct btf_raw_test *test = &raw_tests[test_num - 1];
4469 int (*special_test)(unsigned int test_num);
4472 static int test_big_btf_info(unsigned int test_num);
4473 static int test_btf_id(unsigned int test_num);
4524 static int test_big_btf_info(unsigned int test_num)
4526 const struct btf_get_info_test *test = &get_info_tests[test_num - 1];
4607 static int test_btf_id(unsigned int test_num)
4609 const struct btf_get_info_test *test = &get_info_tests[test_num - 1];
4730 static void do_test_get_info(unsigned int test_num)
4732 const struct btf_get_info_test *test = &get_info_tests[test_num - 1];
4743 err = test->special_test(test_num);
4826 static void do_test_file(unsigned int test_num)
4828 const struct btf_file_test *test = &file_tests[test_num - 1];
5459 static void do_test_pprint(int test_num)
5461 const struct btf_raw_test *test = &pprint_test_template[test_num];
6837 static void do_test_info_raw(unsigned int test_num)
6839 const struct prog_info_raw_test *test = &info_raw_tests[test_num - 1];
8081 static void do_test_dedup(unsigned int test_num)
8083 struct btf_dedup_test *test = &dedup_tests[test_num - 1];