Searched refs:targetptr (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|