Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
H A 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()