Searched refs:retry_int (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c787 useconds_t retry_int = INITIAL_COMMIT_RETRY_INT; local
798 (void) usleep(retry_int);
800 retry_int = min(retry_int * 2, MAX_COMMIT_RETRY_INT);

Completed in 65 milliseconds