Searched refs:CALLOUT_ID_FREE (Results 1 – 4 of 4) sorted by relevance
141 #define CALLOUT_ID_FREE 0x8000000000000000ULL macro143 #define CALLOUT_ID_FLAGS (CALLOUT_ID_FREE | CALLOUT_EXECUTING)
170 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()
256 cp->c_xid |= CALLOUT_ID_FREE; \
729 if ((coargs->flags & COF_FREE) && !(co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()736 if (!(coargs->flags & COF_FREE) && (co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()