Searched refs:tm_limit (Results 1 – 1 of 1) sorted by relevance
56 static struct timespec tm_limit; variable63 tm_limit.tv_sec = (-1) & ~((time_t)1 << ((sizeof(tm_max.tv_sec) * 8) - 1)); in rtadvd_timer_init()64 tm_limit.tv_nsec = (-1) & ~((long)1 << ((sizeof(tm_max.tv_nsec) * 8) - 1)); in rtadvd_timer_init()65 tm_max = tm_limit; in rtadvd_timer_init()161 tm_max = tm_limit; in rtadvd_check_timer()173 if (TS_CMP(&tm_max, &tm_limit, ==)) { in rtadvd_check_timer()