Home
last modified time | relevance | path

Searched refs:kunit_loc (Results 1 – 5 of 5) sorted by relevance

/linux/include/kunit/
H A Dassert.h36 struct kunit_loc { struct
55 void kunit_assert_prologue(const struct kunit_loc *loc, argument
/linux/rust/kernel/
H A Dkunit.rs96 struct Location($crate::bindings::kunit_loc);
109 static LOCATION: Location = Location($crate::bindings::kunit_loc {
/linux/lib/kunit/
H A Dassert.c14 void kunit_assert_prologue(const struct kunit_loc *loc, in kunit_assert_prologue()
H A Dtest.c281 static void kunit_fail(struct kunit *test, const struct kunit_loc *loc, in kunit_fail()
321 const struct kunit_loc *loc, in __kunit_do_failed_assertion()
H A Dassert_test.c55 const struct kunit_loc location = { in kunit_test_assert_prologue()