Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dsyscalls.c220 int futex_parse_waitv(struct futex_vector *futexv, in futex_parse_waitv() argument
244 futexv[i].w.flags = flags; in futex_parse_waitv()
245 futexv[i].w.val = aux.val; in futex_parse_waitv()
246 futexv[i].w.uaddr = aux.uaddr; in futex_parse_waitv()
247 futexv[i].q = futex_q_init; in futex_parse_waitv()
248 futexv[i].q.wake = wake; in futex_parse_waitv()
249 futexv[i].q.wake_data = wake_data; in futex_parse_waitv()
323 struct futex_vector *futexv; in SYSCALL_DEFINE5() local
336 futexv = kcalloc(nr_futexes, sizeof(*futexv), GFP_KERNEL); in SYSCALL_DEFINE5()
337 if (!futexv) { in SYSCALL_DEFINE5()
[all …]