Home
last modified time | relevance | path

Searched refs:CALLOUT_ID_FREE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h141 #define CALLOUT_ID_FREE 0x8000000000000000ULL macro
143 #define CALLOUT_ID_FLAGS (CALLOUT_ID_FREE | CALLOUT_EXECUTING)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c170 VERIFY(!(tcpt->tcpt_tid & CALLOUT_ID_FREE)); in tcp_timeout()
200 if (tcpt->tcpt_tid & CALLOUT_ID_FREE) { in tcp_timer_handler()
261 tcpt->tcpt_tid |= CALLOUT_ID_FREE; in tcp_timeout_cancel()
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c257 cp->c_xid |= CALLOUT_ID_FREE; \
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c933 if ((coargs->flags & COF_FREE) && !(co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()
940 if (!(coargs->flags & COF_FREE) && (co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()