Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/futex/
Dsyscalls.c192 int futex_parse_waitv(struct futex_vector *futexv, in futex_parse_waitv() function
314 ret = futex_parse_waitv(futexv, waiters, nr_futexes, futex_wake_mark, in SYSCALL_DEFINE5()
430 ret = futex_parse_waitv(futexes, waiters, 2, futex_wake_mark, NULL); in SYSCALL_DEFINE4()
Dfutex.h424 extern int futex_parse_waitv(struct futex_vector *futexv,
/linux-6.14.4/io_uring/
Dfutex.c227 ret = futex_parse_waitv(futexv, iof->uwaitv, iof->futex_nr, in io_futexv_prep()