Home
last modified time | relevance | path

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

/openbmc/linux/include/kunit/
H A Dassert.h36 struct kunit_loc { struct
55 void kunit_assert_prologue(const struct kunit_loc *loc, argument
H A Dtest.h576 const struct kunit_loc *loc,
583 static const struct kunit_loc __loc = KUNIT_CURRENT_LOC; \
/openbmc/linux/rust/kernel/
H A Dkunit.rs87 struct Location($crate::bindings::kunit_loc);
100 static LOCATION: Location = Location($crate::bindings::kunit_loc {
/openbmc/linux/lib/kunit/
H A Dtest.c304 static void kunit_fail(struct kunit *test, const struct kunit_loc *loc, in kunit_fail()
344 const struct kunit_loc *loc, in __kunit_do_failed_assertion()
H A Dassert.c13 void kunit_assert_prologue(const struct kunit_loc *loc, in kunit_assert_prologue()