Searched refs:futex_parse_waitv (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/futex/ |
| H A D | syscalls.c | 220 int futex_parse_waitv(struct futex_vector *futexv, in futex_parse_waitv() function 342 ret = futex_parse_waitv(futexv, waiters, nr_futexes, futex_wake_mark, in SYSCALL_DEFINE5() 458 ret = futex_parse_waitv(futexes, waiters, 2, futex_wake_mark, NULL); in SYSCALL_DEFINE4()
|
| H A D | futex.h | 428 extern int futex_parse_waitv(struct futex_vector *futexv,
|
| /linux/io_uring/ |
| H A D | futex.c | 193 ret = futex_parse_waitv(ifd->futexv, iof->uaddr, iof->futex_nr, in io_futexv_prep()
|