Lines Matching defs:timeout

169 	unsigned long timeout;
181 timeout = jiffies + msecs_to_jiffies(10000);
188 && time_before(jiffies, timeout));
366 unsigned long timeout;
372 timeout = jiffies + msecs_to_jiffies(500);
374 && time_before(jiffies, timeout))
404 timeout = jiffies + msecs_to_jiffies(1);
405 while (time_before(jiffies, timeout))
417 timeout = jiffies + msecs_to_jiffies(500);
419 && time_before(jiffies, timeout))
883 * @timeout Max duration to wait (ms)
889 static int mtip_quiesce_io(struct mtip_port *port, unsigned long timeout)
896 to = jiffies + msecs_to_jiffies(timeout);
938 * @timeout Time in ms to wait for the command to complete.
952 unsigned long timeout)
1003 rq->timeout = timeout;
1022 mtip_device_reset(dd); /* recover from timeout issue */
1070 unsigned int *timeout, u8 erasemode)
1074 *timeout = 120000; /* 2 minutes */
1079 *timeout = ((*(dd->port->identify + 90) * 2) * 60000);
1081 *timeout = ((*(dd->port->identify + 89) * 2) * 60000);
1084 *timeout = 120000; /* 2 minutes */
1088 *timeout = 60000; /* 60 seconds */
1091 *timeout = 15000; /* 15 seconds */
1094 *timeout = MTIP_IOCTL_CMD_TIMEOUT_MS;
1205 unsigned int timeout;
1213 mtip_set_timeout(port->dd, &fis, &timeout, 0);
1222 timeout);
1708 unsigned int timeout;
1831 mtip_set_timeout(dd, &fis, &timeout, erasemode);
1846 timeout) < 0) {
2381 * -EFAULT FTL rebuild error/timeout/interruption
2385 unsigned long timeout, cnt = 0, start;
2391 timeout = jiffies + msecs_to_jiffies(MTIP_FTL_REBUILD_TIMEOUT_MS);
2420 } while (time_before(jiffies, timeout));
2422 /* Check for timeout */
2717 unsigned long timeout, timetaken;
2770 timeout = jiffies + msecs_to_jiffies(30000);
2772 time_before(jiffies, timeout)) {
2796 "Card did not reset within timeout\n");
3388 .timeout = mtip_cmd_timeout,
3425 dd->tags.timeout = MTIP_NCQ_CMD_TIMEOUT_MS;