Lines Matching refs:test_num

4322 static void do_test_raw(unsigned int test_num)  in do_test_raw()  argument
4324 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw()
4391 int (*special_test)(unsigned int test_num);
4394 static int test_big_btf_info(unsigned int test_num);
4395 static int test_btf_id(unsigned int test_num);
4446 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() argument
4448 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info()
4529 static int test_btf_id(unsigned int test_num) in test_btf_id() argument
4531 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id()
4652 static void do_test_get_info(unsigned int test_num) in do_test_get_info() argument
4654 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in do_test_get_info()
4665 err = test->special_test(test_num); in do_test_get_info()
4748 static void do_test_file(unsigned int test_num) in do_test_file() argument
4750 const struct btf_file_test *test = &file_tests[test_num - 1]; in do_test_file()
5381 static void do_test_pprint(int test_num) in do_test_pprint() argument
5383 const struct btf_raw_test *test = &pprint_test_template[test_num]; in do_test_pprint()
6759 static void do_test_info_raw(unsigned int test_num) in do_test_info_raw() argument
6761 const struct prog_info_raw_test *test = &info_raw_tests[test_num - 1]; in do_test_info_raw()
8003 static void do_test_dedup(unsigned int test_num) in do_test_dedup() argument
8005 struct btf_dedup_test *test = &dedup_tests[test_num - 1]; in do_test_dedup()