C C-rcu-relacq1.litmus { } P0(int *x) { WRITE_ONCE(*x, 1); } P1(int *x, int *y) { rcu_read_lock(); r0 = READ_ONCE(*x); rcu_read_unlock(); smp_wmb(); WRITE_ONCE(*y, 1); } P2(int *x, int *y) { r0 = READ_ONCE(*y); smp_rmb(); r1 = READ_ONCE(*x); } exists (1:r0=1 /\ 2:r0=1 /\ 2:r1=0)