Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dfutex.c21 u32 futex_flags; member
128 if (unlikely(sqe->len || sqe->futex_flags || sqe->buf_index || in io_futex_prep()
140 iof->futex_flags = futex2_to_flags(flags); in io_futex_prep()
141 if (!futex_flags_valid(iof->futex_flags)) in io_futex_prep()
144 if (!futex_validate_input(iof->futex_flags, iof->futex_val) || in io_futex_prep()
145 !futex_validate_input(iof->futex_flags, iof->futex_mask)) in io_futex_prep()
176 sqe->addr2 || sqe->futex_flags || sqe->addr3)) in io_futexv_prep()
298 ret = futex_wait_setup(iof->uaddr, iof->futex_val, iof->futex_flags, in io_futex_wait()
328 ret = futex_wake(iof->uaddr, FLAGS_STRICT | iof->futex_flags, in io_futex_wake()
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_numa_mpol.c80 static void __test_futex(void *futex_ptr, int must_fail, unsigned int futex_flags) in __test_futex() argument
90 ret = futex2_wake(futex_ptr, to_wake, futex_flags); in __test_futex()
95 to_wake, futex_flags); in __test_futex()
99 to_wake, futex_flags); in __test_futex()
/linux/tools/include/uapi/linux/
H A Dio_uring.h73 __u32 futex_flags; member
/linux/include/uapi/linux/
H A Dio_uring.h73 __u32 futex_flags; member