Lines Matching defs:timout
1185 clock_t timout;
1194 timout = wait.tv_sec * drv_usectohz(1000000) +
1204 &call->call_lock, timout)) > 0 &&
1210 &call->call_lock, timout)) > 0 &&
1709 clock_t timout, cv_stat;
1729 timout = waitp->tv_sec * drv_usectohz(1000000) +
1734 &connmgr_lock, timout)) > 0 &&
1739 &connmgr_lock, timout)) > 0 &&
2477 clock_t timout;
2483 timout = clnt_cots_min_conntout * drv_usectohz(1000000);
2492 &connmgr_lock, timout, TR_CLOCK_TICK);
3716 clock_t timout;
3722 timout = waitp->tv_sec * drv_usectohz(MICROSEC) +
3726 &clnt_pending_lock, timout, TR_CLOCK_TICK);
3729 &clnt_pending_lock, timout, TR_CLOCK_TICK);