IORING_SQ_TASKRUN
atomic_or(IORING_SQ_TASKRUN | IORING_SQ_NEED_WAKEUP, &n.rings->sq_flags);
atomic_or(IORING_SQ_TASKRUN, &rings->sq_flags);
atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags);
atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags);
atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags);
atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags);