Home
last modified time | relevance | path

Searched refs:test_list_node (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/include/shared/lk/
Dtrusty_unittest.h135 struct test_list_node { struct
266 static struct test_list_node suite_name##_##test_name##_node = { \
491 static inline bool test_is_disabled(struct test_list_node* entry) { in test_is_disabled()
508 struct test_list_node* entry; in run_test_suite()
511 list_for_every_entry(&_test_list, entry, struct test_list_node, node) { in run_test_suite()
Dtrusty_benchmark.h408 static struct test_list_node suite_name##_##bench_name##_bench_##_node = { \
431 static struct test_list_node \