Searched refs:test_case (Results 1 – 7 of 7) sorted by relevance
107 u16 test_case, port, dst6[8]; in trace_sys_connect() local128 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()
171 u16 test_case; in stress_lru_hmap_alloc() local191 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()
84 enum kmod_test_case test_case; member147 static const char *test_case_str(enum kmod_test_case test_case) in test_case_str() argument149 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 …]
530 test_case $TEST_ID $TEST_COUNT561 function test_case() function591 test_case $1 $(get_test_count $1)596 test_case $1 $2599 test_case $1 1
690 test_case $TEST_ID $TEST_COUNT721 function test_case() function751 test_case $1 $(get_test_count $1)756 test_case $1 $2759 test_case $1 1
42 struct test_case { struct66 static struct test_case test_cases[] = { argument122 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()
936 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) {