Home
last modified time | relevance | path

Searched refs:test_num (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/tools/testing/selftests/kselftest/
Drunner.sh71 echo "not ok $test_num $TEST_HDR_MSG"
77 echo "ok $test_num $TEST_HDR_MSG") ||
80 echo "not ok $test_num $TEST_HDR_MSG # SKIP"
82 echo "not ok $test_num $TEST_HDR_MSG # TIMEOUT"
84 echo "not ok $test_num $TEST_HDR_MSG # exit=$rc"
94 test_num=0
99 test_num=$(( test_num + 1 ))
104 run_one "$DIR" "$TEST" "$test_num"
/Linux-v5.4/tools/testing/selftests/kmod/
Dkmod.sh500 function test_num() function
510 test_num $1
518 test_num $1
550 test_num $1
570 test_num $1
590 test_num $1
594 test_num $1
595 test_num $2
/Linux-v5.4/tools/testing/selftests/sysctl/
Dsysctl.sh806 function test_num() function
816 test_num $1
823 test_num $1
830 test_num $1
866 test_num $1
888 test_num $1
908 test_num $1
912 test_num $1
913 test_num $2
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_progs.c15 int test_num; member
82 test->test_num, test->subtest_num, in test__end_subtest()
135 env.test->test_num, env.test->test_name); in test__join_cgroup()
146 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup()
153 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup()
545 test->test_num = i + 1; in main()
548 test->test_num, test->test_name)) in main()
566 test->test_num, test->test_name, in main()
Dtest_btf.c3625 static int do_test_raw(unsigned int test_num) in do_test_raw() argument
3627 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw()
3635 fprintf(stderr, "BTF raw test[%u] (%s): ", test_num, test->descr); in do_test_raw()
3720 int (*special_test)(unsigned int test_num);
3723 static int test_big_btf_info(unsigned int test_num);
3724 static int test_btf_id(unsigned int test_num);
3780 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() argument
3782 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info()
3865 static int test_btf_id(unsigned int test_num) in test_btf_id() argument
3867 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id()
[all …]
/Linux-v5.4/drivers/video/fbdev/omap/
Domapfb.h88 int (*run_test) (struct lcd_panel *panel, int test_num);
174 int (*run_test) (int test_num);
Dlcd_mipid.c271 static int mipid_run_test(struct lcd_panel *panel, int test_num) in mipid_run_test() argument
279 if (test_num != MIPID_TEST_RGB_LINES) in mipid_run_test()
Domapfb_main.c1164 int test_num; in omapfb_ioctl() local
1166 if (get_user(test_num, (int __user *)arg)) { in omapfb_ioctl()
1174 r = fbdev->panel->run_test(fbdev->panel, test_num); in omapfb_ioctl()
1179 int test_num; in omapfb_ioctl() local
1181 if (get_user(test_num, (int __user *)arg)) { in omapfb_ioctl()
1189 r = fbdev->ctrl->run_test(test_num); in omapfb_ioctl()
/Linux-v5.4/tools/testing/ktest/
Dktest.pl940 my $test_num = $$current_test_num;
975 $old_test_num = $test_num;
978 $test_num += $repeat;
1022 $repeat_tests{"$test_num"} = $repeat;
1037 $test_num = $old_test_num;
1092 if (__read_config($file, \$test_num)) {
1106 my $val = "$lvalue\[$test_num\]";
1125 if ($test_num) {
1137 my $val = "$lvalue\[$test_num\]";
1165 if ($test_num) {
[all …]
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c591 int test_num; in omapfb_ioctl() member
799 if (get_user(p.test_num, (int __user *)arg)) { in omapfb_ioctl()
808 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl()
814 if (get_user(p.test_num, (int __user *)arg)) { in omapfb_ioctl()
823 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl()
/Linux-v5.4/tools/usb/
Dtestusb.c44 unsigned test_num; /* 0..(TEST_CASES-1) */ member
306 dev->param.test_num = i; in handle_testdev()
/Linux-v5.4/drivers/usb/misc/
Dusbtest.c30 __u32 test_num; /* 0..(TEST_CASES-1) */ member
47 __u32 test_num; /* 0..(TEST_CASES-1) */ member
2195 switch (param->test_num) { in usbtest_do_ioctl()
2691 temp.test_num = param_64->test_num; in usbtest_ioctl()
/Linux-v5.4/drivers/pci/hotplug/
Dcpqphp.h410 int cpqhp_hardware_test(struct controller *ctrl, int test_num);
Dcpqphp_ctrl.c2137 int cpqhp_hardware_test(struct controller *ctrl, int test_num) in cpqhp_hardware_test() argument
2146 switch (test_num) { in cpqhp_hardware_test()
/Linux-v5.4/tools/lib/traceevent/
Dparse-filter.c1656 static int test_num(struct tep_event *event, struct tep_filter_arg *arg, in test_num() function
1819 return test_num(event, arg, record, err); in test_filter()