Home
last modified time | relevance | path

Searched refs:rseq_addv (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rseq/
Drseq-skip.h22 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-x86.h238 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
816 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-s390.h266 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-arm.h291 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-ppc.h334 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-arm64.h318 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-mips.h294 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Dparam_test.c456 ret = rseq_addv(&data->c[cpu].count, 1, cpu); in test_percpu_inc_thread()