Lines Matching refs:timout
1188 clock_t timout; in clnt_cots_kcallit() local
1197 timout = wait.tv_sec * drv_usectohz(1000000) + in clnt_cots_kcallit()
1207 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit()
1213 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit()
1709 clock_t timout, cv_stat; in connmgr_cwait() local
1729 timout = waitp->tv_sec * drv_usectohz(1000000) + in connmgr_cwait()
1734 &connmgr_lock, timout)) > 0 && in connmgr_cwait()
1739 &connmgr_lock, timout)) > 0 && in connmgr_cwait()
2477 clock_t timout; in connmgr_dis_and_wait() local
2483 timout = clnt_cots_min_conntout * drv_usectohz(1000000); in connmgr_dis_and_wait()
2492 &connmgr_lock, timout, TR_CLOCK_TICK); in connmgr_dis_and_wait()
3714 clock_t timout; in waitforack() local
3720 timout = waitp->tv_sec * drv_usectohz(MICROSEC) + in waitforack()
3724 &clnt_pending_lock, timout, TR_CLOCK_TICK); in waitforack()
3727 &clnt_pending_lock, timout, TR_CLOCK_TICK); in waitforack()