Lines Matching refs:timeout
64 /* Check again in case preempted before timeout test */
161 int timeout = mds->security.poll_tmo_secs + 10;
163 mds->security.poll_tmo_secs = min(15 * 60, timeout);
164 schedule_delayed_work(&mds->security.poll_dwork, timeout * HZ);
175 * Return: -ETIMEDOUT if timeout occurred waiting for completion. 0 on success.
264 cxl_cmd_err(cxlds->dev, mbox_cmd, md_status, "mailbox timeout");
282 * of the command. In the event of timeout, the mailbox state is
288 int i, timeout;
299 /* give first timeout a second */
300 timeout = 1;
301 mds->security.poll_tmo_secs = timeout;
304 timeout * HZ);
312 timeout = mbox_cmd->poll_interval_ms;
317 msecs_to_jiffies(timeout)) > 0)
322 dev_err(dev, "timeout waiting for background (%d ms)\n",
323 timeout * mbox_cmd->poll_count);
386 unsigned long timeout;
391 timeout = jiffies + mbox_ready_timeout * HZ;
398 } while (!time_after(jiffies, timeout));
401 cxl_err(dev, md_status, "timeout awaiting mailbox ready");
412 cxl_err(dev, md_status, "timeout awaiting mailbox idle");