Searched refs:_tv_ (Results 1 – 1 of 1) sorted by relevance
67 #define TIMEVAL_TO_HZ(_tv_) ((_tv_).tv_sec * hz + (_tv_).tv_usec / hz) argument