Symbol: RSEQ_READ_ONCE
tools/testing/selftests/rseq/basic_percpu_ops_test.c
182
expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head);
tools/testing/selftests/rseq/param_test.c
1022
offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
tools/testing/selftests/rseq/param_test.c
1062
offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
tools/testing/selftests/rseq/param_test.c
643
expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head);
tools/testing/selftests/rseq/param_test.c
820
offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
tools/testing/selftests/rseq/param_test.c
854
offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
tools/testing/selftests/rseq/param_test.c
859
head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]);
tools/testing/selftests/rseq/rseq-arm.h
69
rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
tools/testing/selftests/rseq/rseq-mips.h
48
rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
tools/testing/selftests/rseq/rseq-or1k.h
18
rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
tools/testing/selftests/rseq/rseq-ppc.h
26
rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
tools/testing/selftests/rseq/rseq-riscv.h
38
rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
tools/testing/selftests/rseq/rseq-s390.h
18
rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
tools/testing/selftests/rseq/rseq-x86.h
129
__typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
tools/testing/selftests/rseq/rseq-x86.h
45
rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
tools/testing/selftests/rseq/rseq.c
170
if (RSEQ_READ_ONCE(rseq_size) > 0) {
tools/testing/selftests/rseq/rseq.c
182
if (RSEQ_READ_ONCE(rseq_size) == 0) {
tools/testing/selftests/rseq/slice_test.c
108
while (RSEQ_READ_ONCE(p->run)) {
tools/testing/selftests/rseq/slice_test.c
184
if (RSEQ_READ_ONCE(rs->slice_ctrl.request)) {
tools/testing/selftests/rseq/slice_test.c
191
if (RSEQ_READ_ONCE(rs->slice_ctrl.granted)) {