Searched refs:host_to_target_clock_t (Results 1 – 1 of 1) sorted by relevance
977 static inline abi_long host_to_target_clock_t(long ticks) in host_to_target_clock_t() function9867 tmsp->tms_utime = tswapal(host_to_target_clock_t(tms.tms_utime)); in _syscall2()9868 tmsp->tms_stime = tswapal(host_to_target_clock_t(tms.tms_stime)); in _syscall2()9869 tmsp->tms_cutime = tswapal(host_to_target_clock_t(tms.tms_cutime)); in _syscall2()9870 tmsp->tms_cstime = tswapal(host_to_target_clock_t(tms.tms_cstime)); in _syscall2()9873 ret = host_to_target_clock_t(ret); in _syscall2()