Home
last modified time | relevance | path

Searched refs:targetptr (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/rseq/
A Dbasic_percpu_ops_test.c142 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
149 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push()
151 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu); in this_cpu_list_push()
170 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
175 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop()
179 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()
A Dparam_test.c522 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
529 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push()
531 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu); in this_cpu_list_push()
553 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
558 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop()
562 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()
735 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local
748 targetptr = (intptr_t *)&buffer->c[cpu].offset; in this_cpu_buffer_pop()
749 ret = rseq_cmpeqv_cmpeqv_storev(targetptr, offset, in this_cpu_buffer_pop()

Completed in 6 milliseconds