Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp344 void StateMachine::run(int max_rounds) in run() argument
355 bool infinite_loop = (max_rounds <= 0); in run()
356 while (infinite_loop || --max_rounds >= 0) in run()
H A Dncsi_state_machine.h54 void run(int max_rounds = 0);