Searched defs:timer_active (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c949 static boolean_t timer_active = _B_FALSE; /* SIGALRM has not yet occurred */ variable
984 if (timer_active && TIME_GE(now + delay, timer_next)) {
1002 timer_active = _B_TRUE;
1150 timer_active = _B_FALSE;
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h383 uint32_t timer_active; member in struct:skd_device

Completed in 52 milliseconds