Lines Matching defs:wait

66  *	request, not just wait for the original request's reply to
124 * Why don't we just wait forever (receive an infinite # of times)?
146 * Code that issues TPI request must use waitforack() to wait for the
478 #define CLNT_MIN_TIMEOUT 10 /* seconds to wait after we get a */
480 #define CLNT_MIN_CONNTIMEOUT 5 /* seconds to wait for a connection */
777 caddr_t argsp, xdrproc_t xdr_results, caddr_t resultsp, struct timeval wait)
804 RPCLOG(2, "clnt_cots_kcallit: wait.tv_sec: %ld\n", wait.tv_sec);
805 RPCLOG(2, "clnt_cots_kcallit: wait.tv_usec: %ld\n", wait.tv_usec);
809 * wait zero seconds for a connection to be established.
811 if (wait.tv_sec < clnt_cots_min_conntout) {
814 RPCLOG(8, "clnt_cots_kcallit: wait.tv_sec (%ld) too low,",
815 wait.tv_sec);
818 cwait = wait;
1124 max_waitsecs = wait.tv_sec ? wait.tv_sec : clnt_cots_min_tout;
1129 /* wait 1 sec for queue to drain */
1149 /* adjust timeout to account for time wait to send */
1150 wait.tv_sec -= waitsecs;
1151 if (wait.tv_sec < 0) {
1153 wait.tv_sec = 0;
1194 timout = wait.tv_sec * drv_usectohz(1000000) +
1195 drv_usectohz(wait.tv_usec) + oldlbolt;
1330 } else if (wait.tv_sec != 0) {
1713 * We wait for the transport connection to be made, or an
2318 * Those other threads just wait if x_thread is set.
2345 * wait for it to complete the connection.
2534 * Must be a noninterruptible wait.
2695 * waiting for RPC replies to wait for the connection accept.
2706 * We wait for the transport connection to be made, or an
3562 * Then kick all the clnt_pending calls out of their wait. There
3741 * is not going to be sent, do not wait for the full timeout,