Searched refs:targetptr (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/rseq/ |
| A D | basic_percpu_ops_test.c | 177 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()
|
| A D | param_test.c | 638 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local 645 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push() 648 targetptr, expect, newval, cpu); in this_cpu_list_push() 670 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local 675 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop() 680 targetptr, expectnot, in this_cpu_list_pop() 848 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local 861 targetptr = (intptr_t *)&buffer->c[cpu].offset; in this_cpu_buffer_pop() 863 targetptr, offset, in this_cpu_buffer_pop()
|
Completed in 6 milliseconds