Searched refs:timeoutTick (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatimer.c77 if ( pTimer->timeoutTick == saRoot->timeTick )
264 pTimer->timeoutTick = saRoot->timeTick + timeout;
274 /* (3.3.1) If the timeoutTick is not wrapped around */
275 if ( pTimer->timeoutTick > saRoot->timeTick )
278 if ( pValidTimer->timeoutTick < saRoot->timeTick )
286 if ( pValidTimer->timeoutTick > pTimer->timeoutTick )
293 /* (3.3.2) If the timeoutTick is wrapped around */
297 if ( pValidTimer->timeoutTick < saRoot->timeTick )
299 if ( pValidTimer->timeoutTick > pTime
[all...]
H A Dsatypes.h52 bit32 timeoutTick; /**< the timeout tick of the timer */ member in struct:agsaTimerDesc_s
H A Dsainit.c844 pTimerDesc->timeoutTick = 0;
3930 pTimerDesc->timeoutTick = 0;

Completed in 78 milliseconds