Searched refs:timeoutslot (Results 1 – 1 of 1) sorted by relevance
2606 int timeout, timeoutslot, found = 0; in ahci_sata_connect() local2612 timeoutslot = ((ch->quirks & AHCI_Q_SLOWDEV) ? 5000 : 1000); in ahci_sata_connect()2613 for (timeout = 0; timeout < timeoutslot; timeout++) { in ahci_sata_connect()2632 if (timeout >= timeoutslot || !found) { in ahci_sata_connect()