Searched refs:t_eval (Results 1 – 1 of 1) sorted by relevance
153 struct timeval t_eval = {0, 0}; in ns_to_timeval() local157 return t_eval; in ns_to_timeval()167 t_eval.tv_sec = t_spec.tv_sec; in ns_to_timeval()168 t_eval.tv_usec = t_spec.tv_nsec / 1000; in ns_to_timeval()170 return t_eval; in ns_to_timeval()