Lines Matching refs:test_num
1451 static int do_test_raw(unsigned int test_num) in do_test_raw() argument
1453 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw()
1461 fprintf(stderr, "BTF raw test[%u] (%s): ", test_num, test->descr); in do_test_raw()
1546 int (*special_test)(unsigned int test_num);
1549 static int test_big_btf_info(unsigned int test_num);
1550 static int test_btf_id(unsigned int test_num);
1606 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() argument
1608 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info()
1691 static int test_btf_id(unsigned int test_num) in test_btf_id() argument
1693 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id()
1826 static int do_test_get_info(unsigned int test_num) in do_test_get_info() argument
1828 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in do_test_get_info()
1836 test_num, test->descr); in do_test_get_info()
1839 return test->special_test(test_num); in do_test_get_info()
1994 static int do_test_file(unsigned int test_num) in do_test_file() argument
1996 const struct btf_file_test *test = &file_tests[test_num - 1]; in do_test_file()
2002 fprintf(stderr, "BTF libbpf test[%u] (%s): ", test_num, in do_test_file()