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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_vxworks.c130 int retryCount = 0; local
135 while ((result != OK) && (retryCount < 10)) {
156 retryCount++;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_dmcu.c136 unsigned int retryCount; local
155 for (retryCount = 0; retryCount <= 100; retryCount++) {
538 unsigned int retryCount; local
566 for (retryCount = 0; retryCount <= 1000; retryCount++) {
579 if (retryCount >= 1000)
/netbsd-current/sys/dev/pci/
H A Dif_aq.c2663 const int retryCount = 1000; local
2669 for (i = 0; i < retryCount; ++i) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c87370 int retryCount = 0; local
[all...]

Completed in 442 milliseconds