Searched refs:nRetry (Results 1 – 1 of 1) sorted by relevance
49435 static void winLogIoerr(int nRetry, int lineno){ in winLogIoerr() argument49436 if( nRetry ){ in winLogIoerr()49439 winIoerrRetryDelay*nRetry*(nRetry+1)/2, lineno in winLogIoerr()50081 int nRetry = 0; /* Number of retrys */ local50125 if( winRetryIoerr(&nRetry, &lastErrno) ) continue;50132 winLogIoerr(nRetry, __LINE__);50158 int nRetry = 0; /* Number of retries */ local50214 if( winRetryIoerr(&nRetry, &lastErrno) ) continue;50249 winLogIoerr(nRetry, __LINE__);