Searched refs:test_cases_len (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/vsock/ |
H A D | util.c | 528 static unsigned long parse_test_id(const char *test_id_str, size_t test_cases_len) in parse_test_id() argument 540 if (test_id >= test_cases_len) { in parse_test_id() 542 test_id, test_cases_len - 1); in parse_test_id() 549 void skip_test(struct test_case *test_cases, size_t test_cases_len, in skip_test() argument 552 unsigned long test_id = parse_test_id(test_id_str, test_cases_len); in skip_test() 556 void pick_test(struct test_case *test_cases, size_t test_cases_len, in pick_test() argument 565 for (i = 0; i < test_cases_len; ++i) in pick_test() 571 test_id = parse_test_id(test_id_str, test_cases_len); in pick_test()
|
H A D | util.h | 100 void skip_test(struct test_case *test_cases, size_t test_cases_len, 102 void pick_test(struct test_case *test_cases, size_t test_cases_len,
|