Home
last modified time | relevance | path

Searched refs:futex_waitv (Results 1 – 25 of 33) sorted by relevance

12

/linux/tools/testing/selftests/futex/functional/
A Dfutex_waitv.c25 static struct futex_waitv waitv[NR_FUTEXES];
48 res = futex_waitv(waitv, NR_FUTEXES, 0, &to, CLOCK_MONOTONIC); in waiterfn()
156 res = futex_waitv(waitv, NR_FUTEXES, 0, &to, CLOCK_MONOTONIC); in main()
175 res = futex_waitv(waitv, NR_FUTEXES, 0, &to, CLOCK_MONOTONIC); in main()
193 res = futex_waitv(waitv, NR_FUTEXES, 0, &to, CLOCK_MONOTONIC); in main()
209 res = futex_waitv(NULL, NR_FUTEXES, 0, &to, CLOCK_MONOTONIC); in main()
225 res = futex_waitv(NULL, NR_FUTEXES, 0, &to, CLOCK_TAI); in main()
A Dfutex_wait_timeout.c100 struct futex_waitv waitv = { in main()
188 res = futex_waitv(&waitv, 1, 0, &to, CLOCK_MONOTONIC); in main()
194 res = futex_waitv(&waitv, 1, 0, &to, CLOCK_REALTIME); in main()
A Dfutex_wait_wouldblock.c46 struct futex_waitv waitv = { in main()
99 res = futex_waitv(&waitv, 1, 0, &to, CLOCK_MONOTONIC); in main()
A D.gitignore11 futex_waitv
A DMakefile21 futex_waitv
A Drun.sh84 ./futex_waitv $COLOR
/linux/Documentation/userspace-api/
A Dfutex2.rst20 ``futex_waitv()``
25 futex_waitv(struct futex_waitv *waiters, unsigned int nr_futexes,
28 struct futex_waitv {
35 Userspace sets an array of struct futex_waitv (up to a max of 128 entries),
61 …ow to use the interface can be found at ``tools/testing/selftests/futex/functional/futex_waitv.c``.
/linux/tools/testing/selftests/futex/include/
A Dfutex2test.h18 static inline int futex_waitv(volatile struct futex_waitv *waiters, unsigned long nr_waiters, in futex_waitv() function
/linux/kernel/futex/
A Dsyscalls.c214 struct futex_waitv __user *uwaitv, in futex_parse_waitv()
217 struct futex_waitv aux; in futex_parse_waitv()
262 SYSCALL_DEFINE5(futex_waitv, struct futex_waitv __user *, waiters, in SYSCALL_DEFINE5() argument
A Dfutex.h283 struct futex_waitv w;
/linux/include/uapi/linux/
A Dfutex.h64 struct futex_waitv { struct
/linux/kernel/
A Dsys_ni.c153 COND_SYSCALL(futex_waitv);
/linux/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl366 449 n64 futex_waitv sys_futex_waitv
A Dsyscall_n32.tbl390 449 n32 futex_waitv sys_futex_waitv
/linux/arch/ia64/kernel/syscalls/
A Dsyscall.tbl372 449 common futex_waitv sys_futex_waitv
/linux/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl366 449 n64 futex_waitv sys_futex_waitv
/linux/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl422 449 common futex_waitv sys_futex_waitv
/linux/arch/x86/entry/syscalls/
A Dsyscall_64.tbl373 449 common futex_waitv sys_futex_waitv
/linux/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl373 449 common futex_waitv sys_futex_waitv
/linux/arch/sh/kernel/syscalls/
A Dsyscall.tbl454 449 common futex_waitv sys_futex_waitv
/linux/arch/m68k/kernel/syscalls/
A Dsyscall.tbl451 449 common futex_waitv sys_futex_waitv
/linux/arch/arm/tools/
A Dsyscall.tbl465 449 common futex_waitv sys_futex_waitv
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl449 449 common futex_waitv sys_futex_waitv
/linux/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl457 449 common futex_waitv sys_futex_waitv
/linux/arch/sparc/kernel/syscalls/
A Dsyscall.tbl497 449 common futex_waitv sys_futex_waitv

Completed in 22 milliseconds

12