Lines Matching refs:condition
520 condition, \ argument
525 if (likely(!!(condition) == !!expected_true)) \
532 KUNIT_INIT_UNARY_ASSERT_STRUCT(#condition, \
538 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
541 condition, \
546 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
549 condition, \
692 #define KUNIT_EXPECT_TRUE(test, condition) \ argument
693 KUNIT_EXPECT_TRUE_MSG(test, condition, NULL)
695 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ argument
698 condition, \
711 #define KUNIT_EXPECT_FALSE(test, condition) \ argument
712 KUNIT_EXPECT_FALSE_MSG(test, condition, NULL)
714 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ argument
717 condition, \
1007 #define KUNIT_ASSERT_TRUE(test, condition) \ argument
1008 KUNIT_ASSERT_TRUE_MSG(test, condition, NULL)
1010 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ argument
1013 condition, \
1026 #define KUNIT_ASSERT_FALSE(test, condition) \ argument
1027 KUNIT_ASSERT_FALSE_MSG(test, condition, NULL)
1029 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ argument
1032 condition, \