Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c167 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
174 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push()
177 targetptr, expect, newval, cpu); in this_cpu_list_push()
196 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
201 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop()
206 targetptr, expectnot, in this_cpu_list_pop()
H A Dparam_test.c604 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
611 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push()
614 targetptr, expect, newval, cpu); in this_cpu_list_push()
636 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
641 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop()
646 targetptr, expectnot, in this_cpu_list_pop()
814 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local
827 targetptr = (intptr_t *)&buffer->c[cpu].offset; in this_cpu_buffer_pop()
829 targetptr, offset, in this_cpu_buffer_pop()