Searched refs:history_cnt (Results 1 – 4 of 4) sorted by relevance
62 u8 history_cnt; member
503 rg->history[rg->history_cnt].code = domain; in _history_log()504 rg->history[rg->history_cnt].reason = reason; in _history_log()505 rg->history_cnt++; in _history_log()506 if (rg->history_cnt >= MAX_HISTORY_NUM) in _history_log()507 rg->history_cnt = 0; in _history_log()