Home
last modified time | relevance | path

Searched defs:kunit (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/kunit/
Dtest.h253 struct kunit { struct
259 struct kunit_try_catch try_catch; argument
272 enum kunit_status status; /* Read only after test_case finishes! */ argument
283 static inline void kunit_set_failure(struct kunit *test) in kunit_set_failure() argument
Dassert.h69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument
/Linux-v5.15/sound/soc/
Dsoc-topology-test.c52 struct kunit *kunit; member