Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dcallout.h130 #define callout_async_drain(c, d) \ macro
/f-stack/freebsd/sys/
H A Dcallout.h132 #define callout_async_drain(c, d) \ macro
/f-stack/freebsd/netinet/
H A Dtcp_timer.c1112 if (callout_async_drain(t_callout, tcp_timer_discard) == 0) { in tcp_timer_stop()