Home
last modified time | relevance | path

Searched refs:sip_timeout_val (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_miscdefs.h97 struct timeval sip_timeout_val; member
104 (timer).sip_timeout_val.tv_sec = mtime / MILLISEC; \
105 mtime -= (timer).sip_timeout_val.tv_sec * MILLISEC; \
106 (timer).sip_timeout_val.tv_usec = mtime * MILLISEC; \
117 (func), &((timer).sip_timeout_val)); \
129 ((timer).sip_timeout_val.tv_sec * MILLISEC + \
130 (timer).sip_timeout_val.tv_usec / MILLISEC)
H A Dsip_timeout.c41 hrtime_t sip_timeout_val; member
205 new_timeout->sip_timeout_val = future_time; in sip_timeout()
216 if (current->sip_timeout_val <= new_timeout->sip_timeout_val) { in sip_timeout()
268 while (timeout != NULL && timeout->sip_timeout_val <= current_time) { in sip_schedule_to_functions()
294 return (timeout_list->sip_timeout_val); in sip_schedule_to_functions()