Searched refs:RSEQ_READ_ONCE (Results 1 – 9 of 9) sorted by relevance
69 #define RSEQ_READ_ONCE(x) RSEQ_ACCESS_ONCE(x) macro
548 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()723 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_push()762 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_pop()767 head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]); in this_cpu_buffer_pop()929 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_push()973 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_pop()
146 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
40 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \647 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
18 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
69 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
50 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
26 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
39 __typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \