Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_umtx.c127 int (*copyin_timeout)(const void *uaddr, struct timespec *tsp); member
3896 error = ops->copyin_timeout(uap->uaddr2, &timeout); in __umtx_op_lock_umtx()
4141 error = ops->copyin_timeout(uap->uaddr2, &timeout); in __umtx_op_cv_wait()
4929 .copyin_timeout = umtx_copyin_timeout,
4939 .copyin_timeout = umtx_copyin_timeouti386,
4952 .copyin_timeout = umtx_copyin_timeoutx32,