Searched refs:do_wait (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/usr.sbin/autofs/ |
| H A D | autounmountd.c | 231 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 D | scsi_cd.c | 270 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 D | kern_umtx.c | 1278 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()
|