Searched refs:IO_RING_F_OFF_TIMEOUT_USED (Results 1 – 4 of 4) sorted by relevance
569 if (unlikely(off && !(req->ctx->int_flags & IO_RING_F_OFF_TIMEOUT_USED))) in __io_timeout_prep()570 req->ctx->int_flags |= IO_RING_F_OFF_TIMEOUT_USED; in __io_timeout_prep()
498 #define SHOULD_FLUSH_MASK (IO_RING_F_OFF_TIMEOUT_USED | \
483 if (ctx->int_flags & IO_RING_F_OFF_TIMEOUT_USED) in __io_commit_cqring_flush()
280 IO_RING_F_OFF_TIMEOUT_USED = BIT(3), enumerator