Lines Matching defs:timeout

2989  *		so we avoid the 1/4 sec selection timeout for nonzero
4121 if (strcasecmp(name, "timeout-releasereservation") == 0) {
4128 "reservation release timeout set to %d\n",
4158 if (strcasecmp(name, "retries-timeout") == 0) {
4165 "timeout retry count set to %d\n", un->un_retry_count);
4773 /* Purple failover timeout */
4795 /* Purple reservation release timeout */
4802 "reservation release timeout set to %d\n",
6149 * for retry to complete. All timeout threads are cancelled.
6538 * Context: Executes in a timeout(9F) thread context
6580 timeout(sd_pm_idletimeout_handler, un,
6593 * Context: timeout(9f) thread context.
6828 * that install a timeout handler and wait for the
6838 * a matching idle. The timeout handler sends this.
6843 * If a timeout handler is already active then
6849 timeout(sd_pm_timeout_handler,
7518 * Set the reservation release timeout to the default value of
8659 * and delayed broadcast timeout threads. Protect the timeout pointer
8768 * protect the timeout pointers from getting nulled by
8792 * Check whether there is already a timeout scheduled for power
8794 * the timeout handler's job.
8823 * our sdpower routine which might result in a timeout
10013 timeout(sd_pm_idletimeout_handler, un,
12679 timeout(sd_rmw_msg_print_handler,
15057 * Use timeout(9F) to restart it after
15091 timeout(
15255 * commands). Use the same timeout interval as
15264 timeout(sd_start_direct_priority_command,
15280 * Note:x86: Is there a timeout value in the sd_lun
15370 * Context: May be called from interrupt, kernel, or timeout context
15732 * command timeout or a selection timeout has occurred. This means
15917 * If we were given a zero timeout, we must attempt to retry the
16030 * Note: the timeout(9F) callback routine is what actually calls
16041 * be queued and no timeout should be scheduled.
16065 * Schedule a timeout if:
16075 * a timeout callback here. Also don't schedule the timeout if
16081 timeout(sd_start_retry_command, un, retry_delay);
16083 "sd_set_retry_bp: setting timeout: un: 0x%p"
16139 * retry queue. Called from timeout(9F) context after the
16144 * Context: timeout(9F) thread context. May not sleep.
16183 * Context: timeout(9F) thread context. May not sleep.
16206 un->un_rmw_msg_timeid = timeout(sd_rmw_msg_print_handler,
16223 * to the underlying HBA. This function is called from timeout(9F)
16228 * Context: timeout(9F) thread context. May not sleep.
16663 /* Reschedule the timeout if none is currently active */
16665 un->un_reset_throttle_timeid = timeout(sd_restore_throttle,
16668 "sd_reduce_throttle: timeout scheduled!\n");
16680 * Description: Callback function for timeout(9F). Resets the current
16731 timeout(sd_restore_throttle,
18337 * timeout(9F) to call sd_start_stop_unit_callback() after
18357 * Do not schedule the timeout if one is already pending.
18371 * Note: A timeout is not scheduled for this retry because we
18376 un->un_startstop_timeid = timeout(sd_start_stop_unit_callback,
19179 * A command timeout indicates that we could not establish
20578 * Description: timeout(9F) callback to begin recovery process for a
20583 * Context: Executes in a timeout(9F) thread context
24111 timeout(sd_delayed_cv_broadcast, un,
24515 * destroy any pending timeout thread that may be attempting to
24533 * sd_mhd_watch_cb will restart the resvd recover timeout thread
25028 * one so if a timeout is pending cancel it.
25040 /* Schedule a timeout to handle the lost reservation */
25041 un->un_resvd_timeid = timeout(sd_mhd_resvd_recover,
25251 * Context: This routine is called by timeout() and is run in interrupt
25276 * reschedule the timeout for reservation.
25289 * reschedule the timeout for reservation. (4378460)
25549 * take ownership should succeed or timeout with an error.
26365 int timeout;
26392 * we don't like a polled command without timeout.
26407 timeout = pkt->pkt_time * SEC_TO_CSEC;
26409 for (busy_count = 0; busy_count < timeout; busy_count++) {