Searched refs:RSEQ_READ_ONCE (Results 1 – 8 of 8) sorted by relevance
525 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()700 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_push()739 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_pop()744 head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]); in this_cpu_buffer_pop()906 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_push()950 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_pop()
55 #define RSEQ_READ_ONCE(x) RSEQ_ACCESS_ONCE(x) macro
147 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
38 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \557 __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); \