Searched refs:c_xid (Results 1 – 3 of 3) sorted by relevance
157 CALLOUT_HASH_APPEND(ct->ct_idhash[CALLOUT_IDHASH(cp->c_xid)], \162 CALLOUT_HASH_DELETE(ct->ct_idhash[CALLOUT_IDHASH(cp->c_xid)], \256 cp->c_xid |= CALLOUT_ID_FREE; \279 cp->c_xid = 0; in callout_alloc()1092 cp->c_xid = id; in timeout_generic()1297 xid = cp->c_xid; in untimeout_generic()1380 while (cp->c_xid == xid) { in untimeout_generic()1466 if (cp->c_xid & CALLOUT_EXECUTING) { in callout_list_expire()1475 cp->c_xid |= CALLOUT_EXECUTING; in callout_list_expire()1490 cp->c_xid &= ~CALLOUT_EXECUTING; in callout_list_expire()
60 callout_id_t c_xid; /* extended callout ID; see below */ member
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()751 if (!(coargs->flags & COF_LONG) && (co->c_xid & CALLOUT_LONGTERM)) { in callouts_cb()754 if (!(coargs->flags & COF_SHORT) && !(co->c_xid & CALLOUT_LONGTERM)) { in callouts_cb()757 if ((coargs->flags & COF_EXEC) && !(co->c_xid & CALLOUT_EXECUTING)) { in callouts_cb()834 tableid = CALLOUT_ID_TO_TABLE(co->c_xid); in callouts_cb()836 coid = CO_PLAIN_ID(co->c_xid); in callouts_cb()877 (co->c_xid & CALLOUT_EXECUTING) ? "X" : " ", in callouts_cb()880 (co->c_xid & CALLOUT_LONGTERM) ? "L" : " ", in callouts_cb()