Home
last modified time | relevance | path

Searched refs:RSEQ_READ_ONCE (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/rseq/
H A Drseq-x86.h45 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
129 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
H A Dparam_test.c643 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_pop()
820 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_pop()
854 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
859 head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]); in __percpu_buffer_pop()
1022 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
1062 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
H A Drseq-arm.h69 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-s390.h18 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-mips.h48 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-ppc.h26 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-riscv.h39 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Dbasic_percpu_ops_test.c182 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()