Home
last modified time | relevance | path

Searched defs:unit_test (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/test/
H A Dtest.h34 struct unit_test { struct
37 int (*func)(struct unit_test_state *state); argument
43 ll_entry_declare(struct unit_test, _name, _suite) = { \ argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c278 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() function