Searched refs:history_size (Results 1 – 2 of 2) sorted by relevance
92 if (fi->history_size >= FSM_HISTORY_SIZE) in fsm_print_history()96 for (i = 0; i < fi->history_size; i++) { in fsm_print_history()108 fi->history_size = fi->history_index = 0; in fsm_print_history()117 if (fi->history_size < FSM_HISTORY_SIZE) in fsm_record_history()118 fi->history_size++; in fsm_record_history()
72 int history_size; member