Home
last modified time | relevance | path

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

/linux/kernel/futex/
A Dsyscalls.c215 unsigned int nr_futexes) in futex_parse_waitv() argument
220 for (i = 0; i < nr_futexes; i++) { in futex_parse_waitv()
263 unsigned int, nr_futexes, unsigned int, flags, in SYSCALL_DEFINE5() argument
276 if (!nr_futexes || nr_futexes > FUTEX_WAITV_MAX || !waiters) in SYSCALL_DEFINE5()
304 futexv = kcalloc(nr_futexes, sizeof(*futexv), GFP_KERNEL); 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()
/linux/Documentation/userspace-api/
A Dfutex2.rst25 futex_waitv(struct futex_waitv *waiters, unsigned int nr_futexes,
46 ``nr_futexes`` specifies the size of the array. Numbers out of [1, 128]
/linux/include/linux/
A Dsyscalls.h628 unsigned int nr_futexes, unsigned int flags,

Completed in 7 milliseconds