Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/autofs/
H A Dautounmountd.c231 do_wait(int kq, time_t sleep_time) in do_wait() function
352 do_wait(kq, sleep_time); in main_autounmountd()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_cd.c270 static int cdcheckmedia(struct cam_periph *periph, int do_wait);
2691 cdcheckmedia(struct cam_periph *periph, int do_wait) in cdcheckmedia() argument
2700 if ((do_wait != 0) in cdcheckmedia()
2710 if (do_wait == 0) in cdcheckmedia()
/freebsd-13.1/sys/kern/
H A Dkern_umtx.c1278 do_wait(struct thread *td, void *addr, u_long id, in do_wait() function
3898 return (do_wait(td, uap->obj, uap->val, tm_p, ops->compat32, 0)); in __umtx_op_wait()
3917 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 0)); in __umtx_op_wait_uint()
3936 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 1)); in __umtx_op_wait_uint_private()