Searched refs:retryCount (Results 1 – 4 of 4) 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()
136 unsigned int retryCount; in dce_dmcu_set_psr_enable() local155 for (retryCount = 0; retryCount <= 100; retryCount++) { in dce_dmcu_set_psr_enable()538 unsigned int retryCount; in dcn10_dmcu_set_psr_enable() local566 for (retryCount = 0; retryCount <= 1000; retryCount++) { in dcn10_dmcu_set_psr_enable()579 if (retryCount >= 1000) in dcn10_dmcu_set_psr_enable()
2663 const int retryCount = 1000; in fw1x_reset() local2669 for (i = 0; i < retryCount; ++i) { in fw1x_reset()
87370 int retryCount = 0;87380 if( retryCount ){87381 if( retryCount>100 ){87385 }else if( retryCount==1 ){87389 retryCount++;