Searched refs:host_its (Results 1 – 1 of 1) sorted by relevance
7330 static inline abi_long target_to_host_itimerspec(struct itimerspec *host_its, in target_to_host_itimerspec() argument7333 if (target_to_host_timespec(&host_its->it_interval, target_addr + in target_to_host_itimerspec()7336 target_to_host_timespec(&host_its->it_value, target_addr + in target_to_host_itimerspec()7348 static inline abi_long target_to_host_itimerspec64(struct itimerspec *host_its, in target_to_host_itimerspec64() argument7351 if (target_to_host_timespec64(&host_its->it_interval, target_addr + in target_to_host_itimerspec64()7354 target_to_host_timespec64(&host_its->it_value, target_addr + in target_to_host_itimerspec64()7368 struct itimerspec *host_its) in host_to_target_itimerspec() argument7372 &host_its->it_interval) || in host_to_target_itimerspec()7375 &host_its->it_value)) { in host_to_target_itimerspec()7386 struct itimerspec *host_its) in host_to_target_itimerspec64() argument[all …]