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.h196 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
678 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-s390.h217 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-arm.h211 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-ppc.h283 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-mips.h234 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Drseq-arm64.h279 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
Dparam_test.c453 ret = rseq_addv(&data->c[cpu].count, 1, cpu); in test_percpu_inc_thread()