Searched defs:umtx_copyops (Results 1 – 1 of 1) sorted by relevance
126 struct umtx_copyops { struct127 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;