Lines Matching defs:timeout
144 MODULE_PARM_DESC(ata_probe_timeout, "Set ATA probing timeout (seconds)");
1490 * @timeout: Timeout in msecs (0 for default)
1492 * Executes libata internal command with timeout. @tf contains
1496 * clean up after timeout.
1507 unsigned int n_elem, unsigned int timeout)
1580 if (!timeout) {
1582 timeout = ata_probe_timeout * 1000;
1584 timeout = ata_internal_cmd_timeout(dev, command);
1591 rc = wait_for_completion_timeout(&wait, msecs_to_jiffies(timeout));
1610 ata_dev_warn(dev, "qc timeout after %u msecs (cmd 0x%x)\n",
1611 timeout, command);
1663 * @timeout: Timeout in msecs (0 for default)
1677 unsigned int timeout)
1690 timeout);
3632 /* choose which 0xff timeout to use, read comment in libata.h */
4478 * timeout.
4500 unsigned int timeout = 0;
4513 timeout = ata_probe_timeout ?
4516 return ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0, timeout);
4877 * been aborted by the device due to a limit timeout using the policy
6612 * @timeout: timeout in milliseconds
6621 * repeated after @interval_msec until timeout.
6630 unsigned int interval, unsigned int timeout)
6637 /* Calculate timeout _after_ the first read to make sure
6639 * eat away the timeout.
6641 deadline = ata_deadline(jiffies, timeout);