Home
last modified time | relevance | path

Searched defs:test_cases (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/vsock/
H A Dutil.c409 run_tests(const struct test_case * test_cases,const struct test_opts * opts) run_tests() argument
457 list_tests(const struct test_case * test_cases) list_tests() argument
490 skip_test(struct test_case * test_cases,size_t test_cases_len,const char * test_id_str) skip_test() argument
497 pick_test(struct test_case * test_cases,size_t test_cases_len,const char * test_id_str) pick_test() argument
[all...]
H A Dvsock_uring_test.c214 static struct test_case test_cases[] = { variable
H A Dvsock_diag_test.c427 static struct test_case test_cases[] = { variable
H A Dvsock_test.c1889 static struct test_case test_cases[] = { variable
/linux/drivers/misc/
H A Dmisc_minor_kunit.c54 static struct kunit_case test_cases[] = { variable
/linux/rust/macros/
H A Dkunit.rs100 let mut test_cases = "".to_owned(); in kunit_tests() localVariable
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcpu_mask.c36 } test_cases[] = { variable
H A Dcore_extern.c28 } test_cases[] = { variable
H A Dtcp_custom_syncookie.c18 } test_cases[] = { variable
H A Dmigrate_reuseport.c61 } test_cases[] = { variable
H A Dctx_rewrite.c67 static struct test_case test_cases[] = { variable
H A Dcore_reloc.c547 static const struct core_reloc_test_case test_cases[] = { global() variable
/linux/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c23 static struct test_case test_cases[] = { variable
/linux/security/landlock/
H A Ddomain.c247 static struct kunit_case test_cases[] = { variable
H A Did.c255 static struct kunit_case __refdata test_cases[] = { variable
H A Daudit.c506 static struct kunit_case test_cases[] = { variable
/linux/lib/kunit/
H A Dexecutor_test.c283 struct kunit_case *test_cases) in alloc_fake_suite()
/linux/lib/tests/
H A Dslub_kunit.c303 static struct kunit_case test_cases[] = { variable
/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c437 static const struct test_case test_cases[] = { variable
/linux/tools/testing/selftests/net/
H A Drxtimestamp.c70 static struct test_case test_cases[] = { variable
/linux/include/kunit/
H A Dtest.h249 struct kunit_case *test_cases; member