Home
last modified time | relevance | path

Searched refs:test_case (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/samples/bpf/
Dtest_map_in_map_kern.c107 u16 test_case, port, dst6[8]; in trace_sys_connect() local
128 test_case = dst6[7]; in trace_sys_connect()
139 if (test_case == 0) { in trace_sys_connect()
141 } else if (test_case == 1) { in trace_sys_connect()
143 } else if (test_case == 2) { in trace_sys_connect()
160 if (test_case == 0 || test_case == 1) in trace_sys_connect()
Dmap_perf_test_kern.c171 u16 test_case; in stress_lru_hmap_alloc() local
191 test_case = test_params.tcase; in stress_lru_hmap_alloc()
192 if (test_case != 3) in stress_lru_hmap_alloc()
195 if (test_case == 0) { in stress_lru_hmap_alloc()
197 } else if (test_case == 1) { in stress_lru_hmap_alloc()
200 } else if (test_case == 2) { in stress_lru_hmap_alloc()
213 } else if (test_case == 3) { in stress_lru_hmap_alloc()
/Linux-v4.19/lib/
Dtest_kmod.c84 enum kmod_test_case test_case; member
147 static const char *test_case_str(enum kmod_test_case test_case) in test_case_str() argument
149 switch (test_case) { in test_case_str()
203 switch (config->test_case) { in test_kmod_put_module()
223 switch (config->test_case) { in run_request()
255 switch (config->test_case) { in tally_work_test()
430 test_case_str(config->test_case), in run_test_driver()
431 config->test_case); in run_test_driver()
447 test_case_str(config->test_case), in run_test_fs_type()
448 config->test_case); in run_test_fs_type()
[all …]
/Linux-v4.19/tools/testing/selftests/kmod/
Dkmod.sh530 test_case $TEST_ID $TEST_COUNT
561 function test_case() function
591 test_case $1 $(get_test_count $1)
596 test_case $1 $2
599 test_case $1 1
/Linux-v4.19/tools/testing/selftests/sysctl/
Dsysctl.sh690 test_case $TEST_ID $TEST_COUNT
721 function test_case() function
751 test_case $1 $(get_test_count $1)
756 test_case $1 $2
759 test_case $1 1
/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c42 struct test_case { struct
66 static struct test_case test_cases[] = { argument
122 void print_test_case(struct test_case *t) in print_test_case()
271 bool run_test_case(struct socket_type s, struct test_case t) in run_test_case()
/Linux-v4.19/tools/testing/ktest/
Dktest.pl936 my $test_case = 0;
978 $test_case = 1;
1082 $test_case = 1;
1163 return $test_case;
1179 my $test_case;
1182 $test_case = __read_config $config, \$test_num;
1188 if (!$test_case) {