Home
last modified time | relevance | path

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

/freebsd-14-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-14-stable/sys/cam/scsi/
HDscsi_cd.c266 static int cdcheckmedia(struct cam_periph *periph, bool do_wait);
2684 cdcheckmedia(struct cam_periph *periph, bool do_wait) in cdcheckmedia() argument
2698 if (do_wait) in cdcheckmedia()
2705 if (!do_wait) in cdcheckmedia()
/freebsd-14-stable/sys/kern/
HDkern_umtx.c1279 do_wait(struct thread *td, void *addr, u_long id, in do_wait() function
3948 return (do_wait(td, uap->obj, uap->val, tm_p, ops->compat32, 0)); in __umtx_op_wait()
3967 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 0)); in __umtx_op_wait_uint()
3986 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 1)); in __umtx_op_wait_uint_private()