Searched refs:_ts (Results 1 – 1 of 1) sorted by relevance
136 struct timespec _ts; in soft_rtc_control() local138 rt_ktime_boottime_get_ns(&_ts); in soft_rtc_control()139 ts->tv_sec = init_time + _ts.tv_sec; in soft_rtc_control()140 ts->tv_nsec = init_ts.tv_nsec + _ts.tv_nsec; in soft_rtc_control()145 struct timespec _ts; in soft_rtc_control() local147 rt_ktime_boottime_get_ns(&_ts); in soft_rtc_control()149 init_ts.tv_nsec = ts->tv_nsec - _ts.tv_nsec; in soft_rtc_control()
Completed in 2 milliseconds