HomeSort by: relevance | last modified time | path
    Searched defs:retryCount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_dmcu.c 136 unsigned int retryCount;
155 for (retryCount = 0; retryCount <= 100; retryCount++) {
538 unsigned int retryCount;
566 for (retryCount = 0; retryCount <= 1000; retryCount++) {
579 if (retryCount >= 1000)
  /src/sys/dev/pci/
if_aq.c 2663 const int retryCount = 1000;
2669 for (i = 0; i < retryCount; ++i) {

Completed in 40 milliseconds