Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/autofs/
HDautounmountd.c229 do_wait(int kq, time_t sleep_time) in do_wait() function
350 do_wait(kq, sleep_time); in main_autounmountd()
/freebsd-13-stable/sys/cam/scsi/
HDscsi_cd.c267 static int cdcheckmedia(struct cam_periph *periph, bool do_wait);
2688 cdcheckmedia(struct cam_periph *periph, bool do_wait) in cdcheckmedia() argument
2702 if (do_wait) in cdcheckmedia()
2709 if (!do_wait) in cdcheckmedia()
/freebsd-13-stable/sys/kern/
HDkern_umtx.c1273 do_wait(struct thread *td, void *addr, u_long id, in do_wait() function
3945 return (do_wait(td, uap->obj, uap->val, tm_p, ops->compat32, 0)); in __umtx_op_wait()
3964 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 0)); in __umtx_op_wait_uint()
3983 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 1)); in __umtx_op_wait_uint_private()