Searched refs:targetptr (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 141 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local 148 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push() 150 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu); in this_cpu_list_push() 169 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local 174 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop() 178 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()
|
D | param_test.c | 543 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local 550 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push() 552 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu); in this_cpu_list_push() 574 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local 579 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop() 583 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop() 756 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local 769 targetptr = (intptr_t *)&buffer->c[cpu].offset; in this_cpu_buffer_pop() 770 ret = rseq_cmpeqv_cmpeqv_storev(targetptr, offset, in this_cpu_buffer_pop()
|