Searched refs:get_seccomp_test_list (Results 1 – 4 of 4) sorted by relevance
33 struct __test_metadata* get_seccomp_test_list();43 for (struct __test_metadata* t = get_seccomp_test_list(); t; t = t->next) { in android_security_cts_SeccompBpfTest_runKernelUnitTest()
11 - Add get_seccomp_test_list()
19 +struct __test_metadata* get_seccomp_test_list() {
1944 struct __test_metadata* get_seccomp_test_list() { in get_seccomp_test_list() function