Searched refs:test_cases_len (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/vsock/ |
| H A D | util.c | 559 static unsigned long parse_test_id(const char *test_id_str, size_t test_cases_len) in parse_test_id() argument 571 if (test_id >= test_cases_len) { in parse_test_id() 573 test_id, test_cases_len - 1); in parse_test_id() 580 void skip_test(struct test_case *test_cases, size_t test_cases_len, in skip_test() argument 583 unsigned long test_id = parse_test_id(test_id_str, test_cases_len); in skip_test() 587 void pick_test(struct test_case *test_cases, size_t test_cases_len, in pick_test() argument 596 for (i = 0; i < test_cases_len; ++i) in pick_test() 602 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,
|