Searched refs:unit_test (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/env/ |
| H A D | cmd_ut_env.c | 16 struct unit_test *tests = ll_entry_start(struct unit_test, env_test); in do_ut_env() 17 const int n_ents = ll_entry_count(struct unit_test, env_test); in do_ut_env() 19 struct unit_test *test; in do_ut_env()
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | test-main.c | 79 static int dm_do_test(struct unit_test_state *uts, struct unit_test *test, in dm_do_test() 121 static bool dm_test_run_on_flattree(struct unit_test *test) in dm_test_run_on_flattree() 130 struct unit_test *tests = ll_entry_start(struct unit_test, dm_test); in dm_test_main() 131 const int n_ents = ll_entry_count(struct unit_test, dm_test); in dm_test_main() 133 struct unit_test *test; in dm_test_main()
|
| /OK3568_Linux_fs/u-boot/include/test/ |
| H A D | test.h | 34 struct unit_test { struct 43 ll_entry_declare(struct unit_test, _name, _suite) = { \ argument
|
| /OK3568_Linux_fs/u-boot/test/overlay/ |
| H A D | cmd_ut_overlay.c | 220 struct unit_test *tests = ll_entry_start(struct unit_test, in do_ut_overlay() 222 const int n_ents = ll_entry_count(struct unit_test, overlay_test); in do_ut_overlay() 224 struct unit_test *test; in do_ut_overlay()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 278 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() function 405 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()
|