Searched refs:futex_parse_waitv (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/futex/ |
| H A D | syscalls.c | 214 * futex_parse_waitv - Parse a waitv array from userspace 223 int futex_parse_waitv(struct futex_vector *futexv, in futex_parse_waitv() 345 ret = futex_parse_waitv(futexv, waiters, nr_futexes, futex_wake_mark, in SYSCALL_DEFINE5() 461 ret = futex_parse_waitv(futexes, waiters, 2, futex_wake_mark, NULL); in SYSCALL_DEFINE4() 220 int futex_parse_waitv(struct futex_vector *futexv, futex_parse_waitv() function
|
| /linux/io_uring/ |
| H A D | futex.c | 195 ret = futex_parse_waitv(ifd->futexv, iof->uaddr, iof->futex_nr, in io_futexv_prep()
|