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()
1043 KUNIT_EXPECT_TRUE(test, match_expect); in test_assert_exclusive_writer()
1061 KUNIT_EXPECT_TRUE(test, match_expect); in test_assert_exclusive_access()
1095 KUNIT_EXPECT_TRUE(test, match_expect_access_writer); in test_assert_exclusive_access_writer()
1096 KUNIT_EXPECT_TRUE(test, match_expect_access_access); in test_assert_exclusive_access_writer()
1116 KUNIT_EXPECT_TRUE(test, match_expect); in test_assert_exclusive_bits_change()
1154 KUNIT_EXPECT_TRUE(test, match_expect_start); in test_assert_exclusive_writer_scoped()
1185 KUNIT_EXPECT_TRUE(test, match_expect_start); in test_assert_exclusive_access_scoped()
1243 KUNIT_EXPECT_TRUE(test, __atomic_compare_exchange_n(&test_var, &tmp, 30L, in test_atomic_builtins()
1292 KUNIT_EXPECT_TRUE(test, match); in test_1bit_value_change()
1331 KUNIT_EXPECT_TRUE(test, match_expect); in test_missing_barrier()
1374 KUNIT_EXPECT_TRUE(test, match_expect); in test_atomic_builtins_missing_barrier()