Home
last modified time | relevance | path

Searched refs:assert_format_t (Results 1 – 2 of 2) sorted by relevance

/linux/include/kunit/
H A Dassert.h51 typedef void (*assert_format_t)(const struct kunit_assert *assert, typedef
/linux/lib/kunit/
H A Dassert_test.c118 static void validate_assert(assert_format_t format_func, struct kunit *test, in validate_assert()