Searched refs:nr_futexes (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/kernel/futex/ |
| D | syscalls.c | 199 unsigned int nr_futexes) in futex_parse_waitv() argument 204 for (i = 0; i < nr_futexes; i++) { in futex_parse_waitv() 247 unsigned int, nr_futexes, unsigned int, flags, in SYSCALL_DEFINE5() argument 260 if (!nr_futexes || nr_futexes > FUTEX_WAITV_MAX || !waiters) in SYSCALL_DEFINE5() 288 futexv = kcalloc(nr_futexes, sizeof(*futexv), GFP_KERNEL); in SYSCALL_DEFINE5() 292 ret = futex_parse_waitv(futexv, waiters, nr_futexes); in SYSCALL_DEFINE5() 294 ret = futex_wait_multiple(futexv, nr_futexes, timeout ? &to : NULL); in SYSCALL_DEFINE5()
|
| /Linux-v6.1/Documentation/userspace-api/ |
| D | futex2.rst | 25 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-v6.1/include/linux/ |
| D | syscalls.h | 624 unsigned int nr_futexes, unsigned int flags,
|