Lines Matching defs:wait
53 #include <linux/wait.h>
202 MODULE_PARM_DESC(transop_timeout, "Time in seconds to wait for adapter to come operational (default: 300)");
2808 * @max_delay: max delay in micro-seconds to wait
3582 * This function will reset the adapter and wait a reasonable
5125 int wait, i;
5133 wait = 0;
5142 wait++;
5149 if (wait) {
5153 wait = 0;
5162 wait++;
5169 if (wait)
5172 return wait ? FAILED : SUCCESS;
5175 } while (wait);
5350 * mid-layer to call ipr_eh_host_reset, which will then go to sleep and wait for the
5523 * which will then go to sleep and wait for the reset to complete
9257 * If the caller needs to wait on the completion of the reset,
9297 * If the caller needs to wait on the completion of the reset,
10451 * If the caller needs to wait on the completion of the reset,