Searched refs:timeval32 (Results 1 – 1 of 1) sorted by relevance
935 struct timeval32 struct942 struct timeval32 it_interval; argument943 struct timeval32 it_value;947 get_tv32(struct timespec64 *o, struct timeval32 __user *i) in get_tv32()949 struct timeval32 tv; in get_tv32()950 if (copy_from_user(&tv, i, sizeof(struct timeval32))) in get_tv32()958 put_tv32(struct timeval32 __user *o, struct timespec64 *i) in put_tv32()960 return copy_to_user(o, &(struct timeval32){ in put_tv32()963 sizeof(struct timeval32)); in put_tv32()967 put_tv_to_tv32(struct timeval32 __user *o, struct __kernel_old_timeval *i) in put_tv_to_tv32()[all …]