Searched refs:t_eval (Results 1 – 1 of 1) sorted by relevance
147 struct timeval t_eval = {0, 0}; in ns_to_timeval() local151 return t_eval; in ns_to_timeval()161 t_eval.tv_sec = t_spec.tv_sec; in ns_to_timeval()162 t_eval.tv_usec = t_spec.tv_nsec / 1000; in ns_to_timeval()164 return t_eval; in ns_to_timeval()