Searched refs:timer_previous (Results 1 – 1 of 1) sorted by relevance
1107 static uint_t timer_previous; /* When last SIGALRM occurred */ variable1113 timer_previous = getcurrenttime(); in timer_init()1177 elapsed = now - timer_previous; in conditional_run_timeouts()1225 elapsed = now - timer_previous; in run_timeouts()1226 timer_previous = now; in run_timeouts()