Searched defs:kunit (Results 1 – 5 of 5) sorted by relevance
277 struct kunit { struct283 struct kunit_try_catch try_catch; argument296 enum kunit_status status; /* Read only after test_case finishes! */ argument306 struct kunit_loc last_seen; argument309 static inline void kunit_set_failure(struct kunit *test) in kunit_set_failure() argument
19 mod kunit; module
198 run_case: unsafe extern "C" fn(*mut kernel::bindings::kunit), in kunit_case()
86 pub mod kunit; module
46 struct kunit *kunit; member