Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_umtx.c128 int (*copyin_umtx_time)(const void *uaddr, size_t size, member
3939 error = ops->copyin_umtx_time( in __umtx_op_wait()
3958 error = ops->copyin_umtx_time( in __umtx_op_wait_uint()
3977 error = ops->copyin_umtx_time( in __umtx_op_wait_uint_private()
4069 error = ops->copyin_umtx_time( in __umtx_op_lock_umutex()
4097 error = ops->copyin_umtx_time( in __umtx_op_wait_umutex()
4176 error = ops->copyin_umtx_time(uap->uaddr2, in __umtx_op_rw_rdlock()
4196 error = ops->copyin_umtx_time(uap->uaddr2, in __umtx_op_rw_wrlock()
4226 error = ops->copyin_umtx_time( in __umtx_op_sem_wait()
4266 error = ops->copyin_umtx_time(uap->uaddr2, uasize, &timeout); in __umtx_op_sem2_wait()
[all …]