Lines Matching refs:executing
106 ctx->executing = to_execute; in smf_execute_all_entry_actions()
119 ctx->executing = new_state; in smf_execute_all_entry_actions()
160 ctx->executing = tmp_state; in smf_execute_ancestor_run_actions()
235 ctx->executing = init_state; in smf_set_initial()
283 if (share_paren(ctx->executing, new_state)) { in smf_set_state()
286 } else if (share_paren(new_state, ctx->executing)) { in smf_set_state()
288 topmost = ctx->executing; in smf_set_state()
291 topmost = get_lca_of(ctx->executing, new_state); in smf_set_state()
304 if ((ctx->executing == new_state) && (new_state->exit)) { in smf_set_state()
316 if ((ctx->executing == new_state) && (new_state->entry)) { in smf_set_state()
393 ctx->executing = ctx->current; in smf_run_state()