Searched refs:TIMER_STOP (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/saal/ |
| H A D | saal_sscop.c | 423 TIMER_STOP(sscop, cc); in sscop_clear() 424 TIMER_STOP(sscop, ka); in sscop_clear() 425 TIMER_STOP(sscop, nr); in sscop_clear() 426 TIMER_STOP(sscop, idle); in sscop_clear() 427 TIMER_STOP(sscop, poll); in sscop_clear() 1206 TIMER_STOP(sscop, ka); in m_reset_data_xfer_timers() 1207 TIMER_STOP(sscop, nr); in m_reset_data_xfer_timers() 1949 TIMER_STOP(sscop, cc); in sscop_outpend_bgak() 1971 TIMER_STOP(sscop, cc); in sscop_outpend_bgrej() 2009 TIMER_STOP(sscop, cc); in sscop_outpend_release_req() [all …]
|
| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop_cust.h | 112 #define TIMER_STOP(S,T) do { \ macro 116 TIMER_STOP(S, T); \
|