Searched refs:cts (Results 1 – 1 of 1) sorted by relevance
818 const struct old_timespec32 __user *cts) in __get_old_timespec32() argument823 ret = copy_from_user(&ts, cts, sizeof(ts)); in __get_old_timespec32()834 struct old_timespec32 __user *cts) in __put_old_timespec32() argument840 return copy_to_user(cts, &ts, sizeof(ts)) ? -EFAULT : 0; in __put_old_timespec32()