HomeSort by relevance Sort by last modified time
    Searched refs:__test_list (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 391 static struct __test_metadata *__test_list = NULL; variable in typeref:struct:__test_metadata
403 if (__test_list == NULL) {
404 __test_list = t;
409 t->next = __test_list;
412 __test_list = t;
431 for (t = __test_list; t; t = t->next) {
  /external/minijail/
test_harness.h 368 static struct __test_metadata *__test_list = NULL; variable in typeref:struct:__test_metadata
375 if (__test_list == NULL) {
376 __test_list = t;
382 t->prev = __test_list->prev;
384 __test_list->prev = t;
402 for (t = __test_list; t; t = t->next) {
  /external/linux-kselftest/tools/testing/selftests/seccomp/
test_harness.h 406 static struct __test_metadata *__test_list; variable in typeref:struct:__test_metadata
427 if (__test_list == NULL) {
428 __test_list = t;
435 t->prev = __test_list->prev;
437 __test_list->prev = t;
439 t->next = __test_list;
442 __test_list = t;
516 for (t = __test_list; t; t = t->next) {
  /external/seccomp-tests/linux/
test_harness.h 410 static struct __test_metadata *__test_list; variable in typeref:struct:__test_metadata
431 if (__test_list == NULL) {
432 __test_list = t;
439 t->prev = __test_list->prev;
441 __test_list->prev = t;
443 t->next = __test_list;
446 __test_list = t;
520 for (t = __test_list; t; t = t->next) {
seccomp_bpf.c     [all...]

Completed in 60 milliseconds