HomeSort by: relevance | last modified time | path
    Searched defs:tm_max (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/rtadvd/
timer.c 50 static struct timespec tm_max; variable in typeref:struct:timespec
57 tm_max = tm_limit;
80 newtimer->tm = tm_max;
109 if (timespeccmp(&timer->tm, &tm_max, <))
110 tm_max = timer->tm;
129 tm_max = tm_limit;
141 if (timespeccmp(&tm->tm, &tm_max, <))
142 tm_max = tm->tm;
145 if (timespeccmp(&tm_max, &tm_limit, ==))
147 if (timespeccmp(&tm_max, &now, <))
    [all...]
timer.c 50 static struct timespec tm_max; variable in typeref:struct:timespec
57 tm_max = tm_limit;
80 newtimer->tm = tm_max;
109 if (timespeccmp(&timer->tm, &tm_max, <))
110 tm_max = timer->tm;
129 tm_max = tm_limit;
141 if (timespeccmp(&tm->tm, &tm_max, <))
142 tm_max = tm->tm;
145 if (timespeccmp(&tm_max, &tm_limit, ==))
147 if (timespeccmp(&tm_max, &now, <))
    [all...]
timer.c 50 static struct timespec tm_max; variable in typeref:struct:timespec
57 tm_max = tm_limit;
80 newtimer->tm = tm_max;
109 if (timespeccmp(&timer->tm, &tm_max, <))
110 tm_max = timer->tm;
129 tm_max = tm_limit;
141 if (timespeccmp(&tm->tm, &tm_max, <))
142 tm_max = tm->tm;
145 if (timespeccmp(&tm_max, &tm_limit, ==))
147 if (timespeccmp(&tm_max, &now, <))
    [all...]
timer.c 50 static struct timespec tm_max; variable in typeref:struct:timespec
57 tm_max = tm_limit;
80 newtimer->tm = tm_max;
109 if (timespeccmp(&timer->tm, &tm_max, <))
110 tm_max = timer->tm;
129 tm_max = tm_limit;
141 if (timespeccmp(&tm->tm, &tm_max, <))
142 tm_max = tm->tm;
145 if (timespeccmp(&tm_max, &tm_limit, ==))
147 if (timespeccmp(&tm_max, &now, <))
    [all...]

Completed in 41 milliseconds