Lines Matching refs:timeout
94 unsigned long timeout;
97 timeout = (timeout_secs * HZ) + jiffies;
112 if (time_after(jiffies, timeout)) {
177 unsigned long timeout;
215 timeout = (SIS_CMD_COMPLETE_TIMEOUT_SECS * HZ) + jiffies;
221 if (time_after(jiffies, timeout))
359 unsigned long timeout;
361 timeout = (SIS_DOORBELL_BIT_CLEAR_TIMEOUT_SECS * HZ) + jiffies;
373 if (time_after(jiffies, timeout)) {
458 unsigned long timeout;
460 timeout = (SIS_FW_TRIAGE_STATUS_TIMEOUT_SECS * HZ) + jiffies;
474 if (time_after(jiffies, timeout)) {