Searched defs:umtx_copyops (Results 1 – 1 of 1) sorted by relevance
222 struct umtx_copyops { struct223 int (*copyin_timeout)(const void *uaddr, struct timespec *tsp);224 int (*copyin_umtx_time)(const void *uaddr, size_t size,226 int (*copyin_robust_lists)(const void *uaddr, size_t size,228 int (*copyout_timeout)(void *uaddr, size_t size,230 const size_t timespec_sz;231 const size_t umtx_time_sz;232 const bool compat32;