Searched refs:targetptr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 142 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local 149 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push() 151 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu); in this_cpu_list_push() 170 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local 175 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop() 179 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()
|
D | param_test.c | 518 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local 525 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push() 527 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu); in this_cpu_list_push() 549 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local 554 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop() 558 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop() 731 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local 744 targetptr = (intptr_t *)&buffer->c[cpu].offset; in this_cpu_buffer_pop() 745 ret = rseq_cmpeqv_cmpeqv_storev(targetptr, offset, in this_cpu_buffer_pop()
|