/Linux-v5.10/tools/testing/selftests/kselftest/ |
D | runner.sh | 75 echo "not ok $test_num $TEST_HDR_MSG" 81 echo "ok $test_num $TEST_HDR_MSG") || 84 echo "ok $test_num $TEST_HDR_MSG # SKIP" 87 echo "not ok $test_num $TEST_HDR_MSG # TIMEOUT $kselftest_timeout seconds" 89 echo "not ok $test_num $TEST_HDR_MSG # exit=$rc" 99 test_num=0 104 test_num=$(( test_num + 1 )) 109 run_one "$DIR" "$TEST" "$test_num"
|
/Linux-v5.10/tools/testing/selftests/exec/ |
D | binfmt_script | 18 test_num=0 variable 45 global test_num, tests, NAME_MAX 46 test_num += 1 47 if test_num > tests: 49 % (test_num, tests)) 82 % (test_num, name)) 85 % (test_num, name)) 89 % (test_num, name, proc.returncode)) 92 % (test_num, name)) 169 if test_num != tests: [all …]
|
/Linux-v5.10/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 840 function test_num() function 850 test_num $1 857 test_num $1 864 test_num $1 900 test_num $1 922 test_num $1 942 test_num $1 946 test_num $1 947 test_num $2
|
/Linux-v5.10/tools/testing/selftests/kmod/ |
D | kmod.sh | 565 function test_num() function 575 test_num $1 620 test_num $1 640 test_num $1 660 test_num $1 664 test_num $1 665 test_num $2
|
/Linux-v5.10/tools/testing/selftests/net/ |
D | rxtimestamp.c | 277 bool run_test_case(struct socket_type *s, int test_num, char ip_version, in run_test_case() argument 305 printf("Starting testcase %d over ipv%c...\n", test_num, ip_version); in run_test_case() 334 config_so_flags(rcv, test_cases[test_num].sockopt); in run_test_case() 338 failed = do_recv(rcv, read_size, test_cases[test_num].expected); in run_test_case() 344 printf("FAILURE in testcase %d over ipv%c ", test_num, in run_test_case() 346 print_test_case(&test_cases[test_num]); in run_test_case() 347 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case()
|
/Linux-v5.10/drivers/net/wireguard/selftest/ |
D | counter.c | 10 unsigned int test_num = 0, i; in wg_packet_counter_selftest() local 25 ++test_num; \ in wg_packet_counter_selftest() 28 test_num); \ in wg_packet_counter_selftest()
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_progs.c | 23 int test_num; member 159 test->test_num, test->subtest_num, in test__end_subtest() 219 env.test->test_num, env.test->test_name); in test__join_cgroup() 230 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup() 237 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup() 685 test->test_num = i + 1; in main() 688 test->test_num, test->test_name)) in main() 717 test->test_num, test->test_name, in main()
|
D | test_sockmap.c | 126 int test_num; member 189 env.test_num++; in test_start_subtest() 205 env.test_num, env.subtest_num, in test_end_subtest()
|
/Linux-v5.10/drivers/video/fbdev/omap/ |
D | omapfb.h | 88 int (*run_test) (struct lcd_panel *panel, int test_num); 174 int (*run_test) (int test_num);
|
D | lcd_mipid.c | 271 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()
|
D | omapfb_main.c | 1160 int test_num; in omapfb_ioctl() local 1162 if (get_user(test_num, (int __user *)arg)) { in omapfb_ioctl() 1170 r = fbdev->panel->run_test(fbdev->panel, test_num); in omapfb_ioctl() 1175 int test_num; in omapfb_ioctl() local 1177 if (get_user(test_num, (int __user *)arg)) { in omapfb_ioctl() 1185 r = fbdev->ctrl->run_test(test_num); in omapfb_ioctl()
|
/Linux-v5.10/tools/testing/ktest/ |
D | ktest.pl | 951 my $test_num = $$current_test_num; 986 $old_test_num = $test_num; 989 $test_num += $repeat; 1033 $repeat_tests{"$test_num"} = $repeat; 1048 $test_num = $old_test_num; 1103 if (__read_config($file, \$test_num)) { 1117 my $val = "$lvalue\[$test_num\]"; 1136 if ($test_num) { 1148 my $val = "$lvalue\[$test_num\]"; 1176 if ($test_num) { [all …]
|
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-ioctl.c | 588 int test_num; in omapfb_ioctl() member 796 if (get_user(p.test_num, (int __user *)arg)) { in omapfb_ioctl() 805 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl() 811 if (get_user(p.test_num, (int __user *)arg)) { in omapfb_ioctl() 820 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl()
|
/Linux-v5.10/tools/usb/ |
D | testusb.c | 44 unsigned test_num; /* 0..(TEST_CASES-1) */ member 306 dev->param.test_num = i; in handle_testdev()
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 3629 static void do_test_raw(unsigned int test_num) in do_test_raw() argument 3631 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw() 3705 int (*special_test)(unsigned int test_num); 3708 static int test_big_btf_info(unsigned int test_num); 3709 static int test_btf_id(unsigned int test_num); 3760 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() argument 3762 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info() 3845 static int test_btf_id(unsigned int test_num) in test_btf_id() argument 3847 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id() 3980 static void do_test_get_info(unsigned int test_num) in do_test_get_info() argument [all …]
|
/Linux-v5.10/drivers/usb/misc/ |
D | usbtest.c | 30 __u32 test_num; /* 0..(TEST_CASES-1) */ member 47 __u32 test_num; /* 0..(TEST_CASES-1) */ member 2203 switch (param->test_num) { in usbtest_do_ioctl() 2699 temp.test_num = param_64->test_num; in usbtest_ioctl()
|
/Linux-v5.10/drivers/pci/hotplug/ |
D | cpqphp.h | 410 int cpqhp_hardware_test(struct controller *ctrl, int test_num);
|
D | cpqphp_ctrl.c | 2137 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.10/tools/lib/traceevent/ |
D | parse-filter.c | 1658 static int test_num(struct tep_event *event, struct tep_filter_arg *arg, in test_num() function 1821 return test_num(event, arg, record, err); in test_filter()
|