Home
last modified time | relevance | path

Searched refs:retryCount (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_vxworks.c130 int retryCount = 0; in ossl_pool_acquire_entropy() local
135 while ((result != OK) && (retryCount < 10)) { in ossl_pool_acquire_entropy()
156 retryCount++; in ossl_pool_acquire_entropy()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_dmcu.c136 unsigned int retryCount; in dce_dmcu_set_psr_enable() local
155 for (retryCount = 0; retryCount <= 100; retryCount++) { in dce_dmcu_set_psr_enable()
538 unsigned int retryCount; in dcn10_dmcu_set_psr_enable() local
566 for (retryCount = 0; retryCount <= 1000; retryCount++) { in dcn10_dmcu_set_psr_enable()
579 if (retryCount >= 1000) in dcn10_dmcu_set_psr_enable()
/netbsd-src/sys/dev/pci/
H A Dif_aq.c2663 const int retryCount = 1000; in fw1x_reset() local
2669 for (i = 0; i < retryCount; ++i) { in fw1x_reset()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c87370 int retryCount = 0;
87380 if( retryCount ){
87381 if( retryCount>100 ){
87385 }else if( retryCount==1 ){
87389 retryCount++;