Searched refs:nlm_zero_tv (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_server.c | 251 nlm_test_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_test_msg_1_svc() 281 nlm_lock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_lock_msg_1_svc() 309 nlm_cancel_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_cancel_msg_1_svc() 335 nlm_unlock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_unlock_msg_1_svc() 362 nlm_granted_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_granted_msg_1_svc() 560 nlm4_test_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_test_msg_4_svc() 578 nlm4_lock_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_lock_msg_4_svc() 596 nlm4_cancel_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_cancel_msg_4_svc() 614 nlm4_unlock_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_unlock_msg_4_svc() 632 nlm4_granted_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_granted_msg_4_svc()
|
H A D | nlm.h | 48 extern struct timeval nlm_zero_tv;
|
H A D | nlm_prot_impl.c | 161 struct timeval nlm_zero_tv = { 0, 0 }; variable 588 NULL, af->af_rpc, &ext, nlm_zero_tv); in nlm_lock_callback() 607 NULL, af->af_rpc, &ext, nlm_zero_tv); in nlm_lock_callback()
|