Lines Matching refs:tspec
179 struct timespec tspec; in sip_timeout() local
188 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timeout()
190 now = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + tspec.tv_nsec; in sip_timeout()
245 struct timespec tspec; in sip_schedule_to_functions() local
252 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_schedule_to_functions()
254 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + in sip_schedule_to_functions()
255 tspec.tv_nsec; in sip_schedule_to_functions()
310 struct timespec tspec; in sip_timer_thr() local
332 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timer_thr()
334 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + in sip_timer_thr()
335 tspec.tv_nsec; in sip_timer_thr()