Searched refs:timeout_jiffies (Results 1 – 10 of 10) sorted by relevance
42 unsigned long timeout_jiffies; in sun4i_mdio_read() local51 timeout_jiffies = jiffies + MDIO_TIMEOUT; in sun4i_mdio_read()53 if (time_is_before_jiffies(timeout_jiffies)) in sun4i_mdio_read()70 unsigned long timeout_jiffies; in sun4i_mdio_write() local78 timeout_jiffies = jiffies + MDIO_TIMEOUT; in sun4i_mdio_write()80 if (time_is_before_jiffies(timeout_jiffies)) in sun4i_mdio_write()
188 static unsigned long timeout_jiffies(unsigned long timeout) in timeout_jiffies() function232 while (schedule_timeout_interruptible(timeout_jiffies(timeout))) in watchdog()
78 unsigned long timeout_jiffies; member316 mod_timer(&host->timer, jiffies + host->timeout_jiffies); in tifm_ms_issue_cmd()576 host->timeout_jiffies = msecs_to_jiffies(1000); in tifm_ms_probe()
60 unsigned long timeout_jiffies; member459 mod_timer(&host->timer, jiffies + host->timeout_jiffies); in jmb38x_ms_issue_cmd()892 host->timeout_jiffies = msecs_to_jiffies(1000); in jmb38x_ms_alloc_host()
659 unsigned long timeout_jiffies = timespec_to_jiffies(timeout); in msm_wait_fence_interruptable() local663 if (time_after(start_jiffies, timeout_jiffies)) in msm_wait_fence_interruptable()666 remaining_jiffies = timeout_jiffies - start_jiffies; in msm_wait_fence_interruptable()
1980 unsigned long timeout, timeout_jiffies; in netxen_md_cntrl() local2026 timeout_jiffies = in netxen_md_cntrl()2033 timeout_jiffies)) in netxen_md_cntrl()2194 unsigned long timeout, timeout_jiffies; in netxen_md_L2Cache() local2213 timeout_jiffies = msecs_to_jiffies(timeout) + jiffies; in netxen_md_L2Cache()2216 if (time_after(jiffies, timeout_jiffies)) in netxen_md_L2Cache()
100 unsigned long timeout_jiffies; member723 mod_timer(&host->timer, jiffies + host->timeout_jiffies); in tifm_sd_request()967 host->timeout_jiffies = msecs_to_jiffies(1000); in tifm_sd_probe()
811 qp->timeout_jiffies = in qib_modify_qp()1061 qp->timeout_jiffies = in qib_create_qp()
429 unsigned long timeout_jiffies; /* computed from timeout */ member
62 qp->s_timer.expires = jiffies + qp->timeout_jiffies; in start_timer()1517 mod_timer(&qp->s_timer, jiffies + qp->timeout_jiffies); in qib_rc_rcv_resp()