Searched refs:MAX_TRIES (Results 1 – 5 of 5) sorted by relevance
22 MAX_TRIES = 3 variable38 for run in range(1, MAX_TRIES + 1):62 if run >= MAX_TRIES:
47 #define MAX_TRIES 1000 macro99 while (tries < MAX_TRIES) { in child_func()
77 #define MAX_TRIES 20 macro382 if (++lock_attempt > MAX_TRIES) { in lock_file()385 MAX_TRIES); in lock_file()
234 #define MAX_TRIES 5 macro282 for (tries = 0; tries < MAX_TRIES; tries++) { in usb_hub_port_reset()330 if (tries == MAX_TRIES) { in usb_hub_port_reset()332 "disabling port.\n", port + 1, MAX_TRIES); in usb_hub_port_reset()
860 #define MAX_TRIES 3 macro862 for (tries = 1; tries <= MAX_TRIES; tries++)