Home
last modified time | relevance | path

Searched defs:timo (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd-12.1/sys/nlm/
H A Dnlm_prot_clnt.c21 … nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_sm_notify_0()
39 …lm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_lock_1()
120 …_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_test_res_1()
129 …_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_lock_res_1()
138 …_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_res_1()
147 …_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_res_1()
156 …_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_granted_res_1()
192 …l_3(nlm_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_free_all_3()
300 …res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm4_lock_res_4()
309 …res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm4_cancel_res_4()
[all …]
H A Dnlm_advlock.c208 struct timeval timo; in nlm_advlock_internal() local
570 struct rpc_callextra *ext, struct timeval timo) in nlm_test_rpc()
601 struct rpc_callextra *ext, struct timeval timo) in nlm_lock_rpc()
630 struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_rpc()
657 struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_rpc()
762 rpcvers_t vers, struct timeval *timo, int retries, in nlm_setlock()
961 rpcvers_t vers, struct timeval *timo, int retries, in nlm_clearlock()
1036 rpcvers_t vers, struct timeval *timo, int retries, in nlm_getlock()
H A Dnlm_prot_impl.c341 struct timeval timo; in nlm_get_rpc() local
1132 struct timeval timo; in nlm_host_unmonitor() local
1177 struct timeval timo; in nlm_host_monitor() local
1341 nlm_wait_lock(void *handle, int timo) in nlm_wait_lock()
1521 struct timeval timo; in nlm_server_main() local
/freebsd-12.1/sys/sys/
H A Dlockmgr.h101 int prio, int timo, const char *file, int line) in _lockmgr_args()
110 const char *wmesg, int prio, int timo, const char *file, int line) in _lockmgr_args_rw()
123 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument
126 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
H A Dcondvar.h74 #define cv_timedwait(cvp, lock, timo) \ argument
79 #define cv_timedwait_sig(cvp, lock, timo) \ argument
H A Dsystm.h461 #define msleep(chan, mtx, pri, wmesg, timo) \ argument
469 #define msleep_spin(chan, mtx, wmesg, timo) \ argument
474 #define pause(wmesg, timo) \ argument
476 #define pause_sig(wmesg, timo) \ argument
478 #define tsleep(chan, pri, wmesg, timo) \ argument
H A Dsleepqueue.h107 #define sleepq_set_timeout(wchan, timo) \ argument
H A Dsema.h59 #define sema_timedwait(sema, timo) \ argument
/freebsd-12.1/sys/dev/ipmi/
H A Dipmi_opal.c63 int timo) in opal_ipmi_polled_request()
181 int timo) in opal_ipmi_driver_request()
H A Dipmi_ssif.c365 ssif_driver_request(struct ipmi_softc *sc, struct ipmi_request *req, int timo) in ssif_driver_request()
H A Dipmi_kcs.c504 kcs_driver_request(struct ipmi_softc *sc, struct ipmi_request *req, int timo) in kcs_driver_request()
/freebsd-12.1/sys/kern/
H A Dkern_kthread.c187 kproc_suspend(struct proc *p, int timo) in kproc_suspend()
374 kthread_suspend(struct thread *td, int timo) in kthread_suspend()
H A Dkern_sema.c111 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
H A Dkern_umtx.c823 abs_timeout_gethz(struct abs_timeout *timo) in abs_timeout_gethz()
854 int error, timo; in umtxq_sleep() local
957 struct abs_timeout timo; in do_wait() local
1030 struct abs_timeout timo; in do_lock_normal() local
1837 struct abs_timeout timo; in do_lock_pi() local
2173 struct abs_timeout timo; in do_lock_pp() local
2578 struct abs_timeout timo; in do_cv_wait() local
2726 struct abs_timeout timo; in do_rw_rdlock() local
2911 struct abs_timeout timo; in do_rw_wrlock() local
3206 struct abs_timeout timo; in do_sem_wait() local
[all …]
/freebsd-12.1/sys/dev/usb/
H A Dusb_util.c135 usb_pause_mtx(struct mtx *mtx, int timo) in usb_pause_mtx()
/freebsd-12.1/sys/cam/
H A Dcam_xpt.h132 #define xpt_path_sleep(path, chan, priority, wmesg, timo) \ argument
/freebsd-12.1/sys/dev/speaker/
H A Dspkr.c68 int sps, timo; in tone() local
109 int timo; in rest() local
/freebsd-12.1/sys/fs/nfs/
H A Dnfs_commonkrpc.c182 struct timeval timo; in newnfs_connect() local
556 struct timeval timo; in newnfs_request() local
1318 newnfs_msleep(struct thread *td, void *ident, struct mtx *mtx, int priority, char *wmesg, int timo) in newnfs_msleep()
/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c248 int myiod, timo; in nfssvc_iod() local
/freebsd-12.1/usr.sbin/lpr/common_source/
H A Dnet.c94 int s, timo = 1, lport = IPPORT_RESERVED - 1; in getport() local
/freebsd-12.1/sys/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h88 struct callout timo; /* timeout */ member
/freebsd-12.1/sys/dev/acpica/Osd/
H A DOsdSchedule.c249 int timo; in AcpiOsSleep() local
/freebsd-12.1/stand/libsa/
H A Dnetif.c211 netif_get(struct iodesc *desc, void **pkt, time_t timo) in netif_get()
/freebsd-12.1/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h98 struct callout timo; /* See man timeout(9) */ member
/freebsd-12.1/sys/dev/ppbus/
H A Dppb_base.c239 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) in ppb_sleep()

1234