Lines Matching refs:expect_report

145 struct expect_report {  struct
157 static bool __report_matches(const struct expect_report *r) in __report_matches() argument
259 static __always_inline const struct expect_report *
260 __report_set_scoped(struct expect_report *r, int accesses) in __report_set_scoped()
278 static bool report_matches_any_reordered(struct expect_report *r) in report_matches_any_reordered()
710 struct expect_report expect = { in test_basic()
716 struct expect_report never = { in test_basic()
741 struct expect_report expect = { in test_concurrent_races()
748 struct expect_report never = { in test_concurrent_races()
770 struct expect_report expect_rw = { in test_novalue_change()
776 struct expect_report expect_ww = { in test_novalue_change()
802 struct expect_report expect_rw = { in test_novalue_change_exception()
808 struct expect_report expect_ww = { in test_novalue_change_exception()
828 struct expect_report expect = { in test_unknown_origin()
850 struct expect_report expect = { in test_write_write_assume_atomic()
876 struct expect_report expect = { in test_write_write_struct()
898 struct expect_report expect = { in test_write_write_struct_part()
930 struct expect_report expect = { in test_read_plain_atomic_write()
951 struct expect_report expect = { in test_read_plain_atomic_rmw()
973 struct expect_report expect = { in test_zero_size_access()
979 struct expect_report never = { in test_zero_size_access()
1013 struct expect_report expect = { in test_assert_exclusive_writer()
1031 struct expect_report expect = { in test_assert_exclusive_access()
1049 struct expect_report expect_access_writer = { in test_assert_exclusive_access_writer()
1055 struct expect_report expect_access_access = { in test_assert_exclusive_access_writer()
1061 struct expect_report never = { in test_assert_exclusive_access_writer()
1085 struct expect_report expect = { in test_assert_exclusive_bits_change()
1116 struct expect_report expect_start = { in test_assert_exclusive_writer_scoped()
1122 struct expect_report expect_inscope = { in test_assert_exclusive_writer_scoped()
1143 struct expect_report expect_start1 = { in test_assert_exclusive_access_scoped()
1149 struct expect_report expect_start2 = { in test_assert_exclusive_access_scoped()
1152 struct expect_report expect_inscope = { in test_assert_exclusive_access_scoped()
1257 struct expect_report expect = { in test_1bit_value_change()
1280 struct expect_report expect = { in test_correct_barrier()
1299 struct expect_report expect = { in test_missing_barrier()
1321 struct expect_report expect = { in test_atomic_builtins_correct_barrier()
1341 struct expect_report expect = { in test_atomic_builtins_missing_barrier()