Searched refs:topmost (Results 1 – 2 of 2) sorted by relevance
91 const struct smf_state *topmost) in smf_execute_all_entry_actions() argument95 if (new_state == topmost) { in smf_execute_all_entry_actions()100 for (const struct smf_state *to_execute = get_child_of(new_state, topmost); in smf_execute_all_entry_actions()191 static bool smf_execute_all_exit_actions(struct smf_ctx *const ctx, const struct smf_state *topmost) in smf_execute_all_exit_actions() argument196 to_execute != NULL && to_execute != topmost; in smf_execute_all_exit_actions()236 const struct smf_state *topmost = get_last_of(init_state); in smf_set_initial() local241 if (topmost->entry) { in smf_set_initial()242 topmost->entry(ctx); in smf_set_initial()249 if (smf_execute_all_entry_actions(ctx, init_state, topmost)) { in smf_set_initial()281 const struct smf_state *topmost; in smf_set_state() local[all …]
969 exit actions from the current state to the topmost parent, with the expectation the topmost exit