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.c634 uint64_t do_wait; in DEF_FUNC() local
636 F_POP(do_wait); in DEF_FUNC()
645 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);
2678 cdcheckmedia(struct cam_periph *periph, bool do_wait) in cdcheckmedia() argument
2692 if (do_wait) in cdcheckmedia()
2699 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
3941 return (do_wait(td, uap->obj, uap->val, tm_p, ops->compat32, 0)); in __umtx_op_wait()
3960 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 0)); in __umtx_op_wait_uint()
3979 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 1)); in __umtx_op_wait_uint_private()