Searched refs:futex_parse_waitv (Results 1 – 2 of 2) 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()
|
| /linux/io_uring/ |
| H A D | futex.c | 195 ret = futex_parse_waitv(ifd->futexv, iof->uaddr, iof->futex_nr, in io_futexv_prep()
|