Lines Matching refs:tspec
181 struct timespec tspec; in sip_timeout() local
190 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timeout()
192 now = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + tspec.tv_nsec; in sip_timeout()
247 struct timespec tspec; in sip_schedule_to_functions() local
254 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_schedule_to_functions()
256 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + in sip_schedule_to_functions()
257 tspec.tv_nsec; in sip_schedule_to_functions()
312 struct timespec tspec; in sip_timer_thr() local
334 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timer_thr()
336 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + in sip_timer_thr()
337 tspec.tv_nsec; in sip_timer_thr()