Searched refs:TIMEVAL_TO_HZ (Results 1 – 1 of 1) sorted by relevance
67 #define TIMEVAL_TO_HZ(_tv_) ((_tv_).tv_sec * hz + (_tv_).tv_usec / hz) macro141 now_msecs = TIMEVAL_TO_HZ(now); in mptcp_timer()176 mp_tp->mpt_rxtstart = TIMEVAL_TO_HZ(now); in mptcp_start_timer()183 mp_tp->mpt_timewait = TIMEVAL_TO_HZ(now); in mptcp_start_timer()