Home
last modified time | relevance | path

Searched refs:history_index (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/s390/net/
Dfsm.c94 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()
Dfsm.h72 int history_index; member