Home
last modified time | relevance | path

Searched refs:timer_previous (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1107 static uint_t timer_previous; /* When last SIGALRM occurred */ variable
1113 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()