GSC_CTX_STOP_REQ
if (ctx->state & GSC_CTX_STOP_REQ) {
ctx->state &= ~GSC_CTX_STOP_REQ;
is_set = ctx->state & GSC_CTX_STOP_REQ;
ctx->state &= ~GSC_CTX_STOP_REQ;
gsc_ctx_state_lock_set(GSC_CTX_STOP_REQ, ctx);
!gsc_ctx_state_is_set(GSC_CTX_STOP_REQ, ctx),
gsc_ctx_state_lock_clear(GSC_CTX_STOP_REQ | GSC_CTX_ABORT, ctx);