Lines Matching refs:timo
337 struct timeval timo; in nlm_get_rpc() local
395 timo.tv_sec = 25; in nlm_get_rpc()
396 timo.tv_usec = 0; in nlm_get_rpc()
407 (xdrproc_t) xdr_wrapstring, &uaddr, timo); in nlm_get_rpc()
448 (xdrproc_t) xdr_u_short, &port, timo); in nlm_get_rpc()
1152 struct timeval timo; in nlm_host_unmonitor() local
1169 timo.tv_sec = 25; in nlm_host_unmonitor()
1170 timo.tv_usec = 0; in nlm_host_unmonitor()
1173 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_unmonitor()
1197 struct timeval timo; in nlm_host_monitor() local
1234 timo.tv_sec = 25; in nlm_host_monitor()
1235 timo.tv_usec = 0; in nlm_host_monitor()
1238 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_monitor()
1361 nlm_wait_lock(void *handle, int timo) in nlm_wait_lock() argument
1374 error = msleep(nw, &nlm_global_lock, PCATCH, "nlmlock", timo); in nlm_wait_lock()
1540 struct timeval timo; in nlm_server_main() local
1627 timo.tv_sec = 25; in nlm_server_main()
1628 timo.tv_usec = 0; in nlm_server_main()
1631 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_server_main()