Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c280 TIMER_STOP_CALL(c, t301); in reset_all_timers()
281 TIMER_STOP_CALL(c, t303); in reset_all_timers()
282 TIMER_STOP_CALL(c, t308); in reset_all_timers()
283 TIMER_STOP_CALL(c, t310); in reset_all_timers()
284 TIMER_STOP_CALL(c, t313); in reset_all_timers()
285 TIMER_STOP_CALL(c, t322); in reset_all_timers()
615 TIMER_STOP_CALL(c, t303); in u1n6_call_proc()
799 TIMER_STOP_CALL(c, t303); in unx_alerting()
801 TIMER_STOP_CALL(c, t310); in unx_alerting()
1221 TIMER_STOP_CALL(c, t313); in u8_connect_ack()
[all …]
H A Dunipriv.h556 #define TIMER_STOP_CALL(C,T) _TIMER_STOP((C)->uni, (C)->T) macro