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

  /src/usr.sbin/rtadvd/
timer.c 49 static struct timespec tm_limit = { LONG_MAX, 1000000000L - 1 }; variable in typeref:struct:timespec
57 tm_max = tm_limit;
129 tm_max = tm_limit;
145 if (timespeccmp(&tm_max, &tm_limit, ==))
timer.c 49 static struct timespec tm_limit = { LONG_MAX, 1000000000L - 1 }; variable in typeref:struct:timespec
57 tm_max = tm_limit;
129 tm_max = tm_limit;
145 if (timespeccmp(&tm_max, &tm_limit, ==))

Completed in 35 milliseconds