Home
last modified time | relevance | path

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

/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c177 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
184 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push()
187 targetptr, expect, newval, cpu); in this_cpu_list_push()
206 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
211 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop()
216 targetptr, expectnot, in this_cpu_list_pop()
Dparam_test.c614 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
621 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push()
624 targetptr, expect, newval, cpu); in this_cpu_list_push()
646 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
651 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop()
656 targetptr, expectnot, in this_cpu_list_pop()
824 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local
837 targetptr = (intptr_t *)&buffer->c[cpu].offset; in this_cpu_buffer_pop()
839 targetptr, offset, in this_cpu_buffer_pop()