Searched refs:host_its (Results 1 – 1 of 1) sorted by relevance
7651 static inline abi_long target_to_host_itimerspec(struct itimerspec *host_its, in target_to_host_itimerspec() argument7654 if (target_to_host_timespec(&host_its->it_interval, target_addr + in target_to_host_itimerspec()7657 target_to_host_timespec(&host_its->it_value, target_addr + in target_to_host_itimerspec()7669 static inline abi_long target_to_host_itimerspec64(struct itimerspec *host_its, in target_to_host_itimerspec64() argument7672 if (target_to_host_timespec64(&host_its->it_interval, target_addr + in target_to_host_itimerspec64()7675 target_to_host_timespec64(&host_its->it_value, target_addr + in target_to_host_itimerspec64()7689 struct itimerspec *host_its) in host_to_target_itimerspec() argument7693 &host_its->it_interval) || in host_to_target_itimerspec()7696 &host_its->it_value)) { in host_to_target_itimerspec()7707 struct itimerspec *host_its) in host_to_target_itimerspec64() argument[all …]