Searched refs:tm_max (Results 1 – 1 of 1) sorted by relevance
50 static struct timespec tm_max; variable57 tm_max = tm_limit; in rtadvd_timer_init()80 newtimer->tm = tm_max; in rtadvd_add_timer()109 if (timespeccmp(&timer->tm, &tm_max, <)) in rtadvd_set_timer()110 tm_max = timer->tm; in rtadvd_set_timer()129 tm_max = tm_limit; in rtadvd_check_timer()141 if (timespeccmp(&tm->tm, &tm_max, <)) in rtadvd_check_timer()142 tm_max = tm->tm; in rtadvd_check_timer()145 if (timespeccmp(&tm_max, &tm_limit, ==)) in rtadvd_check_timer()147 if (timespeccmp(&tm_max, &now, <)) { in rtadvd_check_timer()[all …]