Searched refs:history_size (Results 1 – 2 of 2) sorted by relevance
94 if (fi->history_size >= FSM_HISTORY_SIZE) in fsm_print_history()98 for (i = 0; i < fi->history_size; i++) { in fsm_print_history()110 fi->history_size = fi->history_index = 0; in fsm_print_history()119 if (fi->history_size < FSM_HISTORY_SIZE) in fsm_record_history()120 fi->history_size++; in fsm_record_history()
73 int history_size; member