Searched refs:iof (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/io_uring/ |
| H A D | futex.c | 103 if (!io_futexv_claim(iof)) in __io_futex_cancel() 147 if (!futex_validate_input(iof->futex_flags, iof->futex_val) || in io_futex_prep() 148 !futex_validate_input(iof->futex_flags, iof->futex_mask)) in io_futex_prep() 182 if (!iof->futex_nr || iof->futex_nr > FUTEX_WAITV_MAX) in io_futexv_prep() 189 ret = futex_parse_waitv(futexv, iof->uwaitv, iof->futex_nr, in io_futexv_prep() 196 iof->futexv_owned = 0; in io_futexv_prep() 197 iof->futexv_unqueued = 0; in io_futexv_prep() 279 if (!iof->futex_mask) { in io_futex_wait() 297 ret = futex_wait_setup(iof->uaddr, iof->futex_val, iof->futex_flags, in io_futex_wait() 326 ret = futex_wake(iof->uaddr, FLAGS_STRICT | iof->futex_flags, in io_futex_wake() [all …]
|