Searched defs:futex_waitv (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ | ||
H A D | futex.h | 90 * struct futex_waitv - A waiter for vectorized wait argument |
/linux/tools/testing/selftests/futex/include/ | ||
H A D | futex2test.h | 18 static inline int futex_waitv(volatile struct futex_waitv *waiters, unsigned long nr_waiters, futex_waitv() function |
/linux/kernel/futex/ | ||
H A D | syscalls.c | 290 SYSCALL_DEFINE5(futex_waitv, struct futex_waitv __user *, waiters, in SYSCALL_DEFINE5() argument |