Lines Matching refs:timout
1177 clock_t timout; in clnt_cots_kcallit() local
1186 timout = wait.tv_sec * drv_usectohz(1000000) + in clnt_cots_kcallit()
1196 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit()
1202 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit()
1698 clock_t timout, cv_stat; in connmgr_cwait() local
1718 timout = waitp->tv_sec * drv_usectohz(1000000) + in connmgr_cwait()
1723 &connmgr_lock, timout)) > 0 && in connmgr_cwait()
1728 &connmgr_lock, timout)) > 0 && in connmgr_cwait()
2466 clock_t timout; in connmgr_dis_and_wait() local
2472 timout = clnt_cots_min_conntout * drv_usectohz(1000000); in connmgr_dis_and_wait()
2481 &connmgr_lock, timout, TR_CLOCK_TICK); in connmgr_dis_and_wait()
3705 clock_t timout; in waitforack() local
3711 timout = waitp->tv_sec * drv_usectohz(MICROSEC) + in waitforack()
3715 &clnt_pending_lock, timout, TR_CLOCK_TICK); in waitforack()
3718 &clnt_pending_lock, timout, TR_CLOCK_TICK); in waitforack()