Searched refs:retryCount (Results 1 – 5 of 5) sorted by relevance
130 int retryCount = 0; in ossl_pool_acquire_entropy() local135 while ((result != OK) && (retryCount < 10)) { in ossl_pool_acquire_entropy()156 retryCount++; in ossl_pool_acquire_entropy()
84 UCHAR retryCount; member
78 U08 retryCount; member
3110 AGTIAPI_IO( "agtiapi_StartIO: ccb %p retry %d\n", pccb, pccb->retryCount ); in agtiapi_StartIO()3313 pccb, pccb->retryCount ); in agtiapi_StartSMP()4208 pccb->retryCount++; in agtiapi_Retry()4216 pccb->retryCount, pccb->flags ); in agtiapi_Retry()4554 pccb->retryCount = 0; in agtiapi_FreeCCB()4687 pccb->retryCount = 0; in agtiapi_FreeSMPCCB()4724 pccb->retryCount = 0; in agtiapi_FreeTMCCB()5056 if (&pccb->retryCount & 0x63) in agtiapi_PrepCCBs()5057 AGTIAPI_PRINTK("retry cnt addr = %p\n", &pccb->retryCount); in agtiapi_PrepCCBs()
87846 int retryCount = 0;87856 if( retryCount ){87857 if( retryCount>100 ){87861 }else if( retryCount==1 ){87865 retryCount++;