Home
last modified time | relevance | path

Searched refs:rtx_timeout (Results 1 – 4 of 4) sorted by relevance

/drivers/platform/surface/aggregator/
Dssh_request_layer.c432 spin_lock(&rtl->rtx_timeout.lock); in ssh_rtl_timeout_reaper_mod()
435 if (ktime_before(aexp, rtl->rtx_timeout.expires)) { in ssh_rtl_timeout_reaper_mod()
436 rtl->rtx_timeout.expires = expires; in ssh_rtl_timeout_reaper_mod()
437 mod_delayed_work(system_wq, &rtl->rtx_timeout.reaper, delta); in ssh_rtl_timeout_reaper_mod()
440 spin_unlock(&rtl->rtx_timeout.lock); in ssh_rtl_timeout_reaper_mod()
447 ktime_t timeout = rtl->rtx_timeout.timeout; in ssh_rtl_timeout_start()
822 struct ssh_rtl *rtl = to_ssh_rtl(work, rtx_timeout.reaper.work); in ssh_rtl_timeout_reap()
826 ktime_t timeout = rtl->rtx_timeout.timeout; in ssh_rtl_timeout_reap()
835 spin_lock(&rtl->rtx_timeout.lock); in ssh_rtl_timeout_reap()
836 rtl->rtx_timeout.expires = KTIME_MAX; in ssh_rtl_timeout_reap()
[all …]
Dssh_packet_layer.c669 spin_lock(&ptl->rtx_timeout.lock); in ssh_ptl_timeout_reaper_mod()
672 if (ktime_before(aexp, ptl->rtx_timeout.expires)) { in ssh_ptl_timeout_reaper_mod()
673 ptl->rtx_timeout.expires = expires; in ssh_ptl_timeout_reaper_mod()
674 mod_delayed_work(system_wq, &ptl->rtx_timeout.reaper, delta); in ssh_ptl_timeout_reaper_mod()
677 spin_unlock(&ptl->rtx_timeout.lock); in ssh_ptl_timeout_reaper_mod()
795 const ktime_t timeout = ptl->rtx_timeout.timeout; in ssh_ptl_pending_push()
1502 struct ssh_ptl *ptl = to_ssh_ptl(work, rtx_timeout.reaper.work); in ssh_ptl_timeout_reap()
1506 ktime_t timeout = ptl->rtx_timeout.timeout; in ssh_ptl_timeout_reap()
1517 spin_lock(&ptl->rtx_timeout.lock); in ssh_ptl_timeout_reap()
1518 ptl->rtx_timeout.expires = KTIME_MAX; in ssh_ptl_timeout_reap()
[all …]
Dssh_request_layer.h89 } rtx_timeout; member
Dssh_packet_layer.h117 } rtx_timeout; member