Searched refs:history_index (Results 1 – 2 of 2) sorted by relevance
94 idx = fi->history_index; in fsm_print_history()109 fi->history_size = fi->history_index = 0; in fsm_print_history()115 fi->history[fi->history_index].state = state; in fsm_record_history()116 fi->history[fi->history_index++].event = event; in fsm_record_history()117 fi->history_index %= FSM_HISTORY_SIZE; in fsm_record_history()
72 int history_index; member