Lines Matching refs:KUNIT_EXPECT_TRUE

735 	KUNIT_EXPECT_TRUE(test, match_expect);  in test_basic()
767 KUNIT_EXPECT_TRUE(test, match_expect); /* Sanity check matches exist. */ in test_concurrent_races()
797 KUNIT_EXPECT_TRUE(test, match_expect); in test_novalue_change()
826 KUNIT_EXPECT_TRUE(test, match_expect); in test_novalue_change_exception()
846 KUNIT_EXPECT_TRUE(test, match_expect); in test_unknown_origin()
871 KUNIT_EXPECT_TRUE(test, match_expect); in test_write_write_assume_atomic()
893 KUNIT_EXPECT_TRUE(test, match_expect); in test_write_write_struct()
915 KUNIT_EXPECT_TRUE(test, match_expect); in test_write_write_struct_part()
949 KUNIT_EXPECT_TRUE(test, match_expect); in test_read_plain_atomic_write()
971 KUNIT_EXPECT_TRUE(test, match_expect); in test_read_plain_atomic_rmw()
998 KUNIT_EXPECT_TRUE(test, match_expect); /* Sanity check. */ in test_zero_size_access()
1030 KUNIT_EXPECT_TRUE(test, match_expect); in test_assert_exclusive_writer()
1048 KUNIT_EXPECT_TRUE(test, match_expect); in test_assert_exclusive_access()
1082 KUNIT_EXPECT_TRUE(test, match_expect_access_writer); in test_assert_exclusive_access_writer()
1083 KUNIT_EXPECT_TRUE(test, match_expect_access_access); in test_assert_exclusive_access_writer()
1103 KUNIT_EXPECT_TRUE(test, match_expect); in test_assert_exclusive_bits_change()
1141 KUNIT_EXPECT_TRUE(test, match_expect_start); in test_assert_exclusive_writer_scoped()
1172 KUNIT_EXPECT_TRUE(test, match_expect_start); in test_assert_exclusive_access_scoped()
1230 KUNIT_EXPECT_TRUE(test, __atomic_compare_exchange_n(&test_var, &tmp, 30L, in test_atomic_builtins()
1279 KUNIT_EXPECT_TRUE(test, match); in test_1bit_value_change()
1318 KUNIT_EXPECT_TRUE(test, match_expect); in test_missing_barrier()
1361 KUNIT_EXPECT_TRUE(test, match_expect); in test_atomic_builtins_missing_barrier()