Searched refs:wait_time_max (Results 1 – 1 of 1) sorted by relevance
241 unsigned long wait_time_max; in lpfc_discovery_wait() local249 wait_time_max = secs_to_jiffies((phba->fc_ratov * 3) + 3); in lpfc_discovery_wait()250 wait_time_max += jiffies; in lpfc_discovery_wait()252 while (time_before(jiffies, wait_time_max)) { in lpfc_discovery_wait()284 if (time_after(jiffies, wait_time_max)) in lpfc_discovery_wait()
Completed in 5 milliseconds