Searched refs:nr_futexes (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/kernel/futex/ |
| H A D | syscalls.c | 194 unsigned int nr_futexes, futex_wake_fn *wake, in futex_parse_waitv() argument 200 for (i = 0; i < nr_futexes; i++) { in futex_parse_waitv() 291 unsigned int, nr_futexes, unsigned int, flags, in SYSCALL_DEFINE5() argument 302 if (!nr_futexes || nr_futexes > FUTEX_WAITV_MAX || !waiters) in SYSCALL_DEFINE5() 308 futexv = kcalloc(nr_futexes, sizeof(*futexv), GFP_KERNEL); in SYSCALL_DEFINE5() 314 ret = futex_parse_waitv(futexv, waiters, nr_futexes, futex_wake_mark, in SYSCALL_DEFINE5() 317 ret = futex_wait_multiple(futexv, nr_futexes, timeout ? &to : NULL); in SYSCALL_DEFINE5()
|
| H A D | futex.h | 426 unsigned int nr_futexes, futex_wake_fn *wake,
|
| /linux-6.15/Documentation/translations/zh_CN/userspace-api/ |
| H A D | futex2.rst | 30 futex_waitv(struct futex_waitv *waiters, unsigned int nr_futexes, 48 ``nr_futexes`` 指定了数组的大小。不在[1,128]区间内的值会使系统调用返回 ``-EINVAL`` 。
|
| /linux-6.15/Documentation/userspace-api/ |
| H A 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-6.15/include/linux/ |
| H A D | syscalls.h | 572 unsigned int nr_futexes, unsigned int flags,
|