Lines Matching defs:wait
53 #include <linux/wait.h>
201 MODULE_PARM_DESC(transop_timeout, "Time in seconds to wait for adapter to come operational (default: 300)");
2719 * @max_delay: max delay in micro-seconds to wait
3493 * This function will reset the adapter and wait a reasonable
4906 int wait, i;
4914 wait = 0;
4923 wait++;
4930 if (wait) {
4934 wait = 0;
4943 wait++;
4950 if (wait)
4953 return wait ? FAILED : SUCCESS;
4956 } while (wait);
5061 * mid-layer to call ipr_eh_host_reset, which will then go to sleep and wait for the
5204 * which will then go to sleep and wait for the reset to complete
8484 * If the caller needs to wait on the completion of the reset,
8524 * If the caller needs to wait on the completion of the reset,
9673 * If the caller needs to wait on the completion of the reset,