Home
last modified time | relevance | path

Searched refs:futexv (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/futex/
A Dsyscalls.c213 static int futex_parse_waitv(struct futex_vector *futexv, in futex_parse_waitv() argument
230 futexv[i].w.flags = aux.flags; in futex_parse_waitv()
231 futexv[i].w.val = aux.val; in futex_parse_waitv()
232 futexv[i].w.uaddr = aux.uaddr; in futex_parse_waitv()
233 futexv[i].q = futex_q_init; in futex_parse_waitv()
267 struct futex_vector *futexv; in SYSCALL_DEFINE5() local
304 futexv = kcalloc(nr_futexes, sizeof(*futexv), GFP_KERNEL); in SYSCALL_DEFINE5()
305 if (!futexv) in SYSCALL_DEFINE5()
308 ret = futex_parse_waitv(futexv, waiters, nr_futexes); in SYSCALL_DEFINE5()
310 ret = futex_wait_multiple(futexv, nr_futexes, timeout ? &to : NULL); in SYSCALL_DEFINE5()
[all …]

Completed in 5 milliseconds