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 &&
1707 clock_t timout, cv_stat;
1727 timout = waitp->tv_sec * drv_usectohz(1000000) +
1732 &connmgr_lock, timout)) > 0 &&
1737 &connmgr_lock, timout)) > 0 &&
2475 clock_t timout;
2481 timout = clnt_cots_min_conntout * drv_usectohz(1000000);
2490 &connmgr_lock, timout, TR_CLOCK_TICK);
3714 clock_t timout;
3720 timout = waitp->tv_sec * drv_usectohz(MICROSEC) +
3724 &clnt_pending_lock, timout, TR_CLOCK_TICK);
3727 &clnt_pending_lock, timout, TR_CLOCK_TICK);