Home
last modified time | relevance | path

Searched defs:assert_type (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/kunit/
Dtest.h659 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) \ argument
685 assert_type, \ argument
700 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
708 #define KUNIT_TRUE_ASSERTION(test, assert_type, condition) \ argument
711 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
719 #define KUNIT_FALSE_ASSERTION(test, assert_type, condition) \ argument
739 assert_type, \ argument
767 assert_type, \ argument
783 assert_type, \ argument
799 assert_type, \ argument
[all …]
Dassert.h69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument
/kernel/linux/linux-6.6/include/kunit/
Dtest.h582 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument
597 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) \ argument
627 assert_type, \ argument
646 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
654 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
679 assert_type, \ argument
709 assert_type, \ argument
724 assert_type, \ argument
739 assert_type, \ argument
770 assert_type, \ argument
[all …]