Searched refs:TIMEVAL_LT (Results 1 – 3 of 3) sorted by relevance
115 if (TIMEVAL_LT(timer->tm, timer_head.tm)) in rtadvd_set_timer()144 if (TIMEVAL_LT(tm->tm, timer_head.tm)) in rtadvd_check_timer()153 } else if (TIMEVAL_LT(timer_head.tm, now)) { in rtadvd_check_timer()
34 #define TIMEVAL_LT(a, b) (((a).tv_sec < (b).tv_sec) ||\ macro
833 if (TIMEVAL_LT(*rest, interval)) { in rs_input()852 if (TIMEVAL_LT(tm_tmp, min_delay)) { in rs_input()