Lines Matching refs:timeo
269 struct timeval timeo; in transmit_result() local
273 timeo.tv_sec = 0; /* No timeout - not expecting response */ in transmit_result()
274 timeo.tv_usec = 0; in transmit_result()
277 result, xdr_void, &dummy, timeo); in transmit_result()
297 struct timeval timeo; in transmit4_result() local
301 timeo.tv_sec = 0; /* No timeout - not expecting response */ in transmit4_result()
302 timeo.tv_usec = 0; in transmit4_result()
305 result, xdr_void, &dummy, timeo); in transmit4_result()
399 struct timeval timeo; in nlm_test_msg_1_svc() local
429 timeo.tv_sec = 0; /* No timeout - not expecting response */ in nlm_test_msg_1_svc()
430 timeo.tv_usec = 0; in nlm_test_msg_1_svc()
433 &result, xdr_void, &dummy, timeo); in nlm_test_msg_1_svc()
844 struct timeval timeo; in nlm4_test_msg_4_svc() local
867 timeo.tv_sec = 0; /* No timeout - not expecting response */ in nlm4_test_msg_4_svc()
868 timeo.tv_usec = 0; in nlm4_test_msg_4_svc()
871 &result, xdr_void, &dummy, timeo); in nlm4_test_msg_4_svc()