Home
last modified time | relevance | path

Searched defs:umtx_copyops (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/kern/
HDkern_umtx.c126 struct umtx_copyops { struct
127 int (*copyin_timeout)(const void *uaddr, struct timespec *tsp);
128 int (*copyin_umtx_time)(const void *uaddr, size_t size,
130 int (*copyin_robust_lists)(const void *uaddr, size_t size,
132 int (*copyout_timeout)(void *uaddr, size_t size,
134 const size_t timespec_sz;
135 const size_t umtx_time_sz;
136 const bool compat32;