Searched refs:targetptr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/ |
H A 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()
|
H A D | param_test.c | 520 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local 527 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push() 529 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu); in this_cpu_list_push() 551 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local 556 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop() 560 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop() 733 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local 746 targetptr = (intptr_t *)&buffer->c[cpu].offset; in this_cpu_buffer_pop() 747 ret = rseq_cmpeqv_cmpeqv_storev(targetptr, offset, in this_cpu_buffer_pop()
|
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
H A D | basic_percpu_ops_test.c | 167 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 D | param_test.c | 604 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()
|
Completed in 6 milliseconds