Searched refs:time_limit (Results 1 – 5 of 5) sorted by relevance
230 unsigned long time_limit; in pdsc_adminq_post() local252 time_limit = time_start + HZ * pdsc->devcmd_timeout; in pdsc_adminq_post()280 } while (time_before(jiffies, time_limit)); in pdsc_adminq_post()286 if (time_after_eq(time_done, time_limit) && !completion_done(wc)) { in pdsc_adminq_post()
100 unsigned long time_limit; in pds_vfio_suspend_wait_device_cmd() local106 time_limit = time_start + HZ * SUSPEND_TIMEOUT_S; in pds_vfio_suspend_wait_device_cmd()113 } while (time_before(jiffies, time_limit)); in pds_vfio_suspend_wait_device_cmd()120 if (time_after_eq(time_done, time_limit)) { in pds_vfio_suspend_wait_device_cmd()
416 unsigned long time_limit; in ionic_adminq_wait() local433 time_limit = time_start + HZ * (ulong)DEVCMD_TIMEOUT; in ionic_adminq_wait()454 } while (time_before(jiffies, time_limit)); in ionic_adminq_wait()461 time_after_eq(time_done, time_limit), in ionic_adminq_wait()
1246 unsigned long time_limit = jiffies + msecs_to_jiffies(CALLBACK_TIMEOUT); in storvsc_on_channel_callback() local1267 if (unlikely(time_after(jiffies, time_limit))) { in storvsc_on_channel_callback()
306 int time_limit) in qlcnic_83xx_idc_check_timeout() argument311 if (seconds <= time_limit) in qlcnic_83xx_idc_check_timeout()
Completed in 18 milliseconds