Lines Matching refs:KUNIT_EXPECT_TRUE

461 	KUNIT_EXPECT_TRUE(test, match_expect);  in test_basic()
493 KUNIT_EXPECT_TRUE(test, match_expect); /* Sanity check matches exist. */ in test_concurrent_races()
523 KUNIT_EXPECT_TRUE(test, match_expect); in test_novalue_change()
552 KUNIT_EXPECT_TRUE(test, match_expect); in test_novalue_change_exception()
572 KUNIT_EXPECT_TRUE(test, match_expect); in test_unknown_origin()
597 KUNIT_EXPECT_TRUE(test, match_expect); in test_write_write_assume_atomic()
619 KUNIT_EXPECT_TRUE(test, match_expect); in test_write_write_struct()
641 KUNIT_EXPECT_TRUE(test, match_expect); in test_write_write_struct_part()
675 KUNIT_EXPECT_TRUE(test, match_expect); in test_read_plain_atomic_write()
697 KUNIT_EXPECT_TRUE(test, match_expect); in test_read_plain_atomic_rmw()
724 KUNIT_EXPECT_TRUE(test, match_expect); /* Sanity check. */ in test_zero_size_access()
756 KUNIT_EXPECT_TRUE(test, match_expect); in test_assert_exclusive_writer()
774 KUNIT_EXPECT_TRUE(test, match_expect); in test_assert_exclusive_access()
808 KUNIT_EXPECT_TRUE(test, match_expect_access_writer); in test_assert_exclusive_access_writer()
809 KUNIT_EXPECT_TRUE(test, match_expect_access_access); in test_assert_exclusive_access_writer()
829 KUNIT_EXPECT_TRUE(test, match_expect); in test_assert_exclusive_bits_change()
867 KUNIT_EXPECT_TRUE(test, match_expect_start); in test_assert_exclusive_writer_scoped()
898 KUNIT_EXPECT_TRUE(test, match_expect_start); in test_assert_exclusive_access_scoped()
956 KUNIT_EXPECT_TRUE(test, __atomic_compare_exchange_n(&test_var, &tmp, 30L, in test_atomic_builtins()
1005 KUNIT_EXPECT_TRUE(test, match); in test_1bit_value_change()