Home
last modified time | relevance | path

Searched refs:do_wait (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/autofs/
H A Dautounmountd.c228 do_wait(int kq, time_t sleep_time) in do_wait() function
349 do_wait(kq, sleep_time); in main_autounmountd()
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c693 uint64_t do_wait; in DEF_FUNC() local
695 F_POP(do_wait); in DEF_FUNC()
704 if (do_wait && is_want(ssl, 0)) in DEF_FUNC()
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c263 static int cdcheckmedia(struct cam_periph *periph, bool do_wait);
2668 cdcheckmedia(struct cam_periph *periph, bool do_wait) in cdcheckmedia() argument
2682 if (do_wait) in cdcheckmedia()
2689 if (!do_wait) in cdcheckmedia()
/freebsd/sys/kern/
H A Dkern_umtx.c1282 do_wait(struct thread *td, void *addr, u_long id, in do_wait() function
3952 return (do_wait(td, uap->obj, uap->val, tm_p, ops->compat32, 0)); in __umtx_op_wait()
3971 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 0)); in __umtx_op_wait_uint()
3990 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 1)); in __umtx_op_wait_uint_private()