Lines Matching refs:KUNIT_EXPECT_FALSE
452 KUNIT_EXPECT_FALSE(test, match_never); in test_basic()
484 KUNIT_EXPECT_FALSE(test, match_never); in test_concurrent_races()
504 KUNIT_EXPECT_FALSE(test, match_expect); in test_novalue_change()
550 KUNIT_EXPECT_FALSE(test, match_expect); in test_unknown_origin()
571 KUNIT_EXPECT_FALSE(test, match_expect); in test_write_write_assume_atomic()
630 KUNIT_EXPECT_FALSE(test, match_never); in test_read_atomic_write_atomic()
703 KUNIT_EXPECT_FALSE(test, match_never); in test_zero_size_access()
716 KUNIT_EXPECT_FALSE(test, match_never); in test_data_race()
788 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_access_writer()
819 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_bits_nochange()
894 KUNIT_EXPECT_FALSE(test, match_never); in test_jiffies_noreport()
907 KUNIT_EXPECT_FALSE(test, match_never); in test_seqlock_noreport()
939 KUNIT_EXPECT_FALSE(test, __atomic_compare_exchange_n(&test_var, &tmp, 40L, in test_atomic_builtins()
960 KUNIT_EXPECT_FALSE(test, match_never); in test_atomic_builtins()
981 KUNIT_EXPECT_FALSE(test, match); in test_1bit_value_change()