IO_RING_F_DRAIN_ACTIVE
if (unlikely(ctx->int_flags & IO_RING_F_DRAIN_ACTIVE))
ctx->int_flags &= ~IO_RING_F_DRAIN_ACTIVE;
if (unlikely(req->ctx->int_flags & IO_RING_F_DRAIN_ACTIVE))
ctx->int_flags |= IO_RING_F_DRAIN_ACTIVE;
if (unlikely(ctx->int_flags & (IO_RING_F_OP_RESTRICTED | IO_RING_F_DRAIN_ACTIVE | IO_RING_F_DRAIN_NEXT))) {
if (ctx->int_flags & IO_RING_F_DRAIN_ACTIVE)
ctx->int_flags |= IO_RING_F_DRAIN_ACTIVE;