Home
last modified time | relevance | path

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

/linux/include/kunit/
H A Dtest.h325 struct kunit { global() struct
327 parentkunit global() argument
328 params_arraykunit global() argument
333 try_catchkunit global() argument
346 statuskunit global() argument
356 last_seenkunit global() argument
359 status_commentkunit kunit_set_failure() argument
[all...]
/linux/rust/macros/
H A Dlib.rs20 mod kunit; global() module
/linux/rust/kernel/
H A Dkunit.rs203 run_case: unsafe extern "C" fn(*mut kernel::bindings::kunit), in kunit_case() argument
[all...]
H A Dlib.rs91 pub mod kunit; global() module
/linux/sound/soc/
H A Dsoc-topology-test.c46 struct kunit *kunit; member