Lines Matching refs:expect_report
145 struct expect_report { struct
157 static bool __report_matches(const struct expect_report *r) in __report_matches() argument
264 static __always_inline const struct expect_report *
265 __report_set_scoped(struct expect_report *r, int accesses) in __report_set_scoped()
283 static bool report_matches_any_reordered(struct expect_report *r) in report_matches_any_reordered()
715 struct expect_report expect = { in test_basic()
721 struct expect_report never = { in test_basic()
746 struct expect_report expect = { in test_concurrent_races()
753 struct expect_report never = { in test_concurrent_races()
775 struct expect_report expect_rw = { in test_novalue_change()
781 struct expect_report expect_ww = { in test_novalue_change()
807 struct expect_report expect_rw = { in test_novalue_change_exception()
813 struct expect_report expect_ww = { in test_novalue_change_exception()
833 struct expect_report expect = { in test_unknown_origin()
855 struct expect_report expect = { in test_write_write_assume_atomic()
881 struct expect_report expect = { in test_write_write_struct()
903 struct expect_report expect = { in test_write_write_struct_part()
935 struct expect_report expect = { in test_read_plain_atomic_write()
956 struct expect_report expect = { in test_read_plain_atomic_rmw()
978 struct expect_report expect = { in test_zero_size_access()
984 struct expect_report never = { in test_zero_size_access()
1018 struct expect_report expect = { in test_assert_exclusive_writer()
1036 struct expect_report expect = { in test_assert_exclusive_access()
1054 struct expect_report expect_access_writer = { in test_assert_exclusive_access_writer()
1060 struct expect_report expect_access_access = { in test_assert_exclusive_access_writer()
1066 struct expect_report never = { in test_assert_exclusive_access_writer()
1090 struct expect_report expect = { in test_assert_exclusive_bits_change()
1121 struct expect_report expect_start = { in test_assert_exclusive_writer_scoped()
1127 struct expect_report expect_inscope = { in test_assert_exclusive_writer_scoped()
1148 struct expect_report expect_start1 = { in test_assert_exclusive_access_scoped()
1154 struct expect_report expect_start2 = { in test_assert_exclusive_access_scoped()
1157 struct expect_report expect_inscope = { in test_assert_exclusive_access_scoped()
1262 struct expect_report expect = { in test_1bit_value_change()
1285 struct expect_report expect = { in test_correct_barrier()
1304 struct expect_report expect = { in test_missing_barrier()
1326 struct expect_report expect = { in test_atomic_builtins_correct_barrier()
1346 struct expect_report expect = { in test_atomic_builtins_missing_barrier()