Lines Matching defs:tm_max
50 static struct timespec tm_max;
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, <)) {
151 timespecsub(&tm_max, &now, &returnval);