/freebsd/sys/nlm/ |
H A D | nlm_prot_clnt.c | 17 … nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_sm_notify_0() 26 …estargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_test_1() 35 …lm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_lock_1() 44 …lm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_1() 53 …_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_1() 62 …lm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_granted_1() 71 …t nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_test_msg_1() 80 …t nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_lock_msg_1() 89 …t nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_msg_1() 98 …nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_msg_1() [all …]
|
H A D | nlm_advlock.c | 205 struct timeval timo; in nlm_advlock_internal() local 567 struct rpc_callextra *ext, struct timeval timo) in nlm_test_rpc() 598 struct rpc_callextra *ext, struct timeval timo) in nlm_lock_rpc() 627 struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_rpc() 654 struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_rpc() 759 rpcvers_t vers, struct timeval *timo, int retries, in nlm_setlock() 957 rpcvers_t vers, struct timeval *timo, int retries, in nlm_clearlock() 1032 rpcvers_t vers, struct timeval *timo, int retries, in nlm_getlock()
|
H A D | nlm_prot_impl.c | 336 struct timeval timo; in nlm_get_rpc() local 1151 struct timeval timo; in nlm_host_unmonitor() local 1196 struct timeval timo; in nlm_host_monitor() local 1360 nlm_wait_lock(void *handle, int timo) in nlm_wait_lock() 1539 struct timeval timo; in nlm_server_main() local
|
/freebsd/sys/sys/ |
H A D | condvar.h | 68 #define cv_timedwait(cvp, lock, timo) \ argument 73 #define cv_timedwait_sig(cvp, lock, timo) \ argument
|
H A D | lockmgr.h | 102 int prio, int timo, const char *file, int line) in _lockmgr_args() 111 const char *wmesg, int prio, int timo, const char *file, int line) in _lockmgr_args_rw() 125 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument 128 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
|
H A D | sleepqueue.h | 106 #define sleepq_set_timeout(wchan, timo) \ argument
|
H A D | sema.h | 57 #define sema_timedwait(sema, timo) \ argument
|
H A D | systm.h | 464 #define msleep(chan, mtx, pri, wmesg, timo) \ argument 472 #define msleep_spin(chan, mtx, wmesg, timo) \ argument 478 pause(const char *wmesg, int timo) in pause() 482 #define pause_sig(wmesg, timo) \ argument 484 #define tsleep(chan, pri, wmesg, timo) \ argument
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | condvar.h | 114 cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait() 129 cv_timedwait_sig(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait_sig()
|
/freebsd/sys/dev/ipmi/ |
H A D | ipmi_opal.c | 82 opal_ipmi_recv(struct opal_ipmi_softc *sc, uint64_t *msg_len, int timo) in opal_ipmi_recv() 146 int timo) in opal_ipmi_polled_request()
|
/freebsd/sys/cam/ |
H A D | cam_xpt.h | 128 #define xpt_path_sleep(path, chan, priority, wmesg, timo) \ argument
|
/freebsd/sys/kern/ |
H A D | kern_sema.c | 108 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
|
H A D | kern_kthread.c | 189 kproc_suspend(struct proc *p, int timo) in kproc_suspend() 401 kthread_suspend(struct thread *td, int timo) in kthread_suspend()
|
H A D | kern_umtx.c | 675 umtx_abs_timeout_init(struct umtx_abs_timeout *timo, int clockid, in umtx_abs_timeout_init() 694 umtx_abs_timeout_init2(struct umtx_abs_timeout *timo, in umtx_abs_timeout_init2() 716 umtx_abs_timeout_getsbt(struct umtx_abs_timeout *timo, sbintime_t *sbt, in umtx_abs_timeout_getsbt() 813 struct umtx_abs_timeout *timo) in umtxq_sleep() 914 struct umtx_abs_timeout timo; in do_lock_umtx() local 1095 struct umtx_abs_timeout timo; in do_lock_umtx32() local 1276 struct umtx_abs_timeout timo; in do_wait() local 1349 struct umtx_abs_timeout timo; in do_lock_normal() local 2020 const char *wmesg, struct umtx_abs_timeout *timo, bool shared) in umtxq_sleep_pi() 2225 struct umtx_abs_timeout timo; in do_lock_pi() local [all …]
|
/freebsd/sbin/nvmecontrol/ |
H A D | fabrics.c | 202 int error, timo; in connect_discovery_adminq() local 294 int error, timo; in connect_nvm_adminq() local
|
/freebsd/sys/dev/usb/ |
H A D | usb_util.c | 110 usb_pause_mtx(struct mtx *mtx, int timo) in usb_pause_mtx()
|
/freebsd/sys/dev/speaker/ |
H A D | spkr.c | 65 int timo; in tone() local 100 int timo; in rest() local
|
/freebsd/sys/compat/linux/ |
H A D | linux_futex.c | 359 struct umtx_abs_timeout timo; in linux_futex_lock_pi() local 747 struct umtx_abs_timeout timo; in linux_futex_wait() local 792 linux_umtx_abs_timeout_init(struct umtx_abs_timeout *timo, in linux_umtx_abs_timeout_init()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 266 struct timeval timo; in newnfs_connect() local 680 struct timeval timo; in newnfs_request() local 1580 newnfs_msleep(struct thread *td, void *ident, struct mtx *mtx, int priority, char *wmesg, int timo) in newnfs_msleep()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clnfsiod.c | 247 int myiod, timo; in nfssvc_iod() local
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | net.c | 90 int s, timo = 1, lport = IPPORT_RESERVED - 1; in getport() local
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_btsocket_sco.h | 87 struct callout timo; /* timeout */ member
|
/freebsd/sys/dev/acpica/Osd/ |
H A D | OsdSchedule.c | 247 int timo; in AcpiOsSleep() local
|
/freebsd/sys/dev/ppbus/ |
H A D | ppb_base.c | 244 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) in ppb_sleep()
|
/freebsd/sys/kgssapi/ |
H A D | gss_impl.c | 122 struct timeval timo; in sys_gssd_syscall() local
|